Commit 09f939d2 authored by Berker Peksag's avatar Berker Peksag

Issue #29198: Merge from 3.6

parents b1d3f661 5a001eea
......@@ -306,7 +306,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
......@@ -638,7 +638,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:: ContextManager(Generic[T_co])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment