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 1c21765 commit 15ef19fCopy full SHA for 15ef19f
Doc/library/typing.rst
@@ -1461,7 +1461,7 @@ Context manager types
1461
.. versionadded:: 3.6.0
1462
1463
.. deprecated:: 3.9
1464
- :class:`collections.contextlib.AbstractContextManager` now supports ``[]``. See :pep:`585`.
+ :class:`contextlib.AbstractContextManager` now supports ``[]``. See :pep:`585`.
1465
1466
.. class:: AsyncContextManager(Generic[T_co])
1467
@@ -1471,7 +1471,7 @@ Context manager types
1471
.. versionadded:: 3.6.2
1472
1473
1474
- :class:`collections.contextlib.AbstractAsyncContextManager` now supports ``[]``. See :pep:`585`.
+ :class:`contextlib.AbstractAsyncContextManager` now supports ``[]``. See :pep:`585`.
1475
1476
Protocols
1477
---------
0 commit comments