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 fcb3982 commit 9e4c77fCopy full SHA for 9e4c77f
docs/source/kinds_of_types.rst
@@ -837,10 +837,9 @@ will be a value of type ``Awaitable[T]``.
837
838
However, mypy currently does not support converting functions into
839
coroutines. Support for this feature will be added in a future version, but
840
- for now, you can manually force the function to be a decorator by doing
+ for now, you can manually force the function to be a generator by doing
841
something like this:
842
843
-
844
.. code-block:: python
845
846
from typing import Generator
0 commit comments