]> granicus.if.org Git - python/commit
bpo-29974: Improve typing.TYPE_CHECKING example (GH-982)
authorMathias Rav <mathiasrav@gmail.com>
Wed, 26 Apr 2017 10:49:45 +0000 (06:49 -0400)
committerBerker Peksag <berker.peksag@gmail.com>
Wed, 26 Apr 2017 10:49:45 +0000 (13:49 +0300)
commit87c07fe9d908d0a2143fcc8369255c6ff3241503
tree4c5707b04d8d723cf23dc8f2185ea6c53ddd52b1
parent0d637e236d7099f7b724026c8cb7bd83d8e12e6b
bpo-29974: Improve typing.TYPE_CHECKING example (GH-982)

* Fix PEP 8 (SomeType instead of some_type)
* Add a function parameter annotation
* Explain, using wording from PEP 484 and PEP 526,
  why one annotation is in quotes and another is not.

Suggested by Ivan Levkevskyi.
Doc/library/typing.rst