Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 14169b2 + 5702fb7 commit 5a001eeCopy full SHA for 5a001ee
1 file changed
Doc/library/typing.rst
@@ -306,7 +306,7 @@ comparable for equality.
306
307
308
The :data:`Any` type
309
----------------------
+--------------------
310
311
A special kind of type is :data:`Any`. A static type checker will treat
312
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:
638
639
.. class:: AsyncIterator(AsyncIterable[T_co])
640
641
- A generic version of :class:`collections.abc.AsyncIterator`.
+ A generic version of :class:`collections.abc.AsyncIterator`.
642
643
.. class:: ContextManager(Generic[T_co])
644
0 commit comments