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

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


https://hg.python.org/cpython/rev/f49b6c35d1e3
changeset:   106403:f49b6c35d1e3
branch:      3.6
parent:      106400:b475b076cc1f
parent:      106402:d7eb9526c4f4
user:        Berker Peksag <berker.peksag at gmail.com>
date:        Sat Feb 04 09:34:48 2017 +0300
summary:
  Issue #29198: Merge from 3.5

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