Commit b7b493e2 authored by Travis DePrato's avatar Travis DePrato Committed by Ivan Levkivskyi

Add AsyncContextManager to typing module documentation. (GH-6822)

parent 545c955b
......@@ -666,6 +666,12 @@ The module defines the following classes, functions and decorators:
.. versionadded:: 3.6
.. class:: AsyncContextManager(Generic[T_co])
A generic version of :class:`contextlib.AbstractAsyncContextManager`.
.. versionadded:: 3.6
.. class:: Dict(dict, MutableMapping[KT, VT])
A generic version of :class:`dict`.
......
Add missing documentation for ``typing.AsyncContextManager``.
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