We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38962a6 commit 5702fb7Copy full SHA for 5702fb7
Doc/library/typing.rst
@@ -299,7 +299,7 @@ comparable for equality.
299
300
301
The :data:`Any` type
302
----------------------
+--------------------
303
304
A special kind of type is :data:`Any`. A static type checker will treat
305
every type as being compatible with :data:`Any` and :data:`Any` as being
@@ -625,7 +625,7 @@ The module defines the following classes, functions and decorators:
625
626
.. class:: AsyncIterator(AsyncIterable[T_co])
627
628
- A generic version of :class:`collections.abc.AsyncIterator`.
+ A generic version of :class:`collections.abc.AsyncIterator`.
629
630
.. class:: Dict(dict, MutableMapping[KT, VT])
631
0 commit comments