[Python-checkins] cpython (3.5): Issue #29198: Fix indentation and markup in typing.rst

berker.peksag python-checkins at python.org
Sat Feb 4 01:29:59 EST 2017


https://hg.python.org/cpython/rev/d7eb9526c4f4
changeset:   106402:d7eb9526c4f4
branch:      3.5
parent:      106399:fe29826af634
user:        Berker Peksag <berker.peksag at gmail.com>
date:        Sat Feb 04 09:34:16 2017 +0300
summary:
  Issue #29198: Fix indentation and markup in typing.rst

Patch by Jelle Zijlstra.

files:
  Doc/library/typing.rst |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Doc/library/typing.rst b/Doc/library/typing.rst
--- a/Doc/library/typing.rst
+++ b/Doc/library/typing.rst
@@ -299,7 +299,7 @@
 
 
 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 @@
 
 .. 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])
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list