Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5a001ee

Browse files
committed
Issue #29198: Merge from 3.5
2 parents 14169b2 + 5702fb7 commit 5a001ee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/typing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ comparable for equality.
306306

307307

308308
The :data:`Any` type
309-
---------------------
309+
--------------------
310310

311311
A special kind of type is :data:`Any`. A static type checker will treat
312312
every type as being compatible with :data:`Any` and :data:`Any` as being
@@ -638,7 +638,7 @@ The module defines the following classes, functions and decorators:
638638

639639
.. class:: AsyncIterator(AsyncIterable[T_co])
640640

641-
A generic version of :class:`collections.abc.AsyncIterator`.
641+
A generic version of :class:`collections.abc.AsyncIterator`.
642642

643643
.. class:: ContextManager(Generic[T_co])
644644

0 commit comments

Comments
 (0)