]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #29198: Fix indentation and markup in typing.rst
authorBerker Peksag <berker.peksag@gmail.com>
Sat, 4 Feb 2017 06:34:16 +0000 (09:34 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Sat, 4 Feb 2017 06:34:16 +0000 (09:34 +0300)
Patch by Jelle Zijlstra.

Doc/library/typing.rst

index aaa43e4a444bedb110556adbd2b349482ddb5c06..8da71b64a7922f3b6d41dcbe81b2363d207e680d 100644 (file)
@@ -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])