summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.6.rst
diff options
context:
space:
mode:
authorStéphane Wirtel <stephane@wirtel.be>2018-10-05 14:17:18 (GMT)
committerJulien Palard <julien@palard.fr>2018-10-05 14:17:18 (GMT)
commit07fbbfde1b300369b4f8d1cfb80045fbb23b7091 (patch)
tree22b0c9ff108a70fb54acef879c3ee66ed29452f6 /Doc/whatsnew/3.6.rst
parent7a7693e9cb12e5571c76331db56a28eef9acb6e0 (diff)
downloadcpython-07fbbfde1b300369b4f8d1cfb80045fbb23b7091.zip
cpython-07fbbfde1b300369b4f8d1cfb80045fbb23b7091.tar.gz
cpython-07fbbfde1b300369b4f8d1cfb80045fbb23b7091.tar.bz2
bpo-34906: Doc: Fix typos (GH-9712)
Diffstat (limited to 'Doc/whatsnew/3.6.rst')
-rw-r--r--Doc/whatsnew/3.6.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.6.rst b/Doc/whatsnew/3.6.rst
index d5358b3..fec7c62 100644
--- a/Doc/whatsnew/3.6.rst
+++ b/Doc/whatsnew/3.6.rst
@@ -1623,7 +1623,7 @@ a class variable and should not be set on instances of that class.
<https://github.com/python/typing/pull/280>`_.)
A new :const:`~typing.TYPE_CHECKING` constant that is assumed to be
-``True`` by the static type chekers, but is ``False`` at runtime.
+``True`` by the static type checkers, but is ``False`` at runtime.
(Contributed by Guido van Rossum in `Github #230
<https://github.com/python/typing/issues/230>`_.)