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 04b8631 commit ba06a70Copy full SHA for ba06a70
Doc/library/typing.rst
@@ -1478,7 +1478,7 @@ Context manager types
1478
.. versionadded:: 3.6.0
1479
1480
.. deprecated:: 3.9
1481
- :class:`collections.contextlib.AbstractContextManager` now supports ``[]``. See :pep:`585`.
+ :class:`contextlib.AbstractContextManager` now supports ``[]``. See :pep:`585`.
1482
1483
.. class:: AsyncContextManager(Generic[T_co])
1484
@@ -1488,7 +1488,7 @@ Context manager types
1488
.. versionadded:: 3.6.2
1489
1490
1491
- :class:`collections.contextlib.AbstractAsyncContextManager` now supports ``[]``. See :pep:`585`.
+ :class:`contextlib.AbstractAsyncContextManager` now supports ``[]``. See :pep:`585`.
1492
1493
Protocols
1494
---------
0 commit comments