summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2017-02-04 06:34:16 (GMT)
committerBerker Peksag <berker.peksag@gmail.com>2017-02-04 06:34:16 (GMT)
commit5702fb7b4d5adbeb82ec38d7d56ed339f7c90cc3 (patch)
tree9b568484714d59efb5b15f33895fb23f26e3e31b /Doc
parent38962a6fe2e98e442f3fd586e4fd3d5f568b74fd (diff)
downloadcpython-5702fb7b4d5adbeb82ec38d7d56ed339f7c90cc3.zip
cpython-5702fb7b4d5adbeb82ec38d7d56ed339f7c90cc3.tar.gz
cpython-5702fb7b4d5adbeb82ec38d7d56ed339f7c90cc3.tar.bz2
Issue #29198: Fix indentation and markup in typing.rst
Patch by Jelle Zijlstra.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/typing.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/typing.rst b/Doc/library/typing.rst
index aaa43e4..8da71b6 100644
--- a/Doc/library/typing.rst
+++ b/Doc/library/typing.rst
@@ -299,7 +299,7 @@ comparable for equality.
The :data:`Any` type
----------------------
+--------------------
A special kind of type is :data:`Any`. A static type checker will treat
every type as being compatible with :data:`Any` and :data:`Any` as being
@@ -625,7 +625,7 @@ The module defines the following classes, functions and decorators:
.. class:: AsyncIterator(AsyncIterable[T_co])
- A generic version of :class:`collections.abc.AsyncIterator`.
+ A generic version of :class:`collections.abc.AsyncIterator`.
.. class:: Dict(dict, MutableMapping[KT, VT])