[Python-checkins] cpython (merge 3.6 -> default): Issue #29198: Merge from 3.6

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


https://hg.python.org/cpython/rev/8a898cfd089a
changeset:   106404:8a898cfd089a
parent:      106401:2b55b18bf151
parent:      106403:f49b6c35d1e3
user:        Berker Peksag <berker.peksag at gmail.com>
date:        Sat Feb 04 09:35:10 2017 +0300
summary:
  Issue #29198: Merge from 3.6

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
@@ -306,7 +306,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
@@ -638,7 +638,7 @@
 
 .. class:: AsyncIterator(AsyncIterable[T_co])
 
-  A generic version of :class:`collections.abc.AsyncIterator`.
+   A generic version of :class:`collections.abc.AsyncIterator`.
 
 .. class:: ContextManager(Generic[T_co])
 

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


More information about the Python-checkins mailing list