We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60d80d8 commit a2a9d72Copy full SHA for a2a9d72
docs/spec/distributing.rst
@@ -51,7 +51,7 @@ to maintain compatibility with all type checkers.
51
For example, Python 3.7 added the ``async`` keyword (see :pep:`492`).
52
Stub authors should use it to mark coroutines, even if the implementation
53
still uses the ``@coroutine`` decorator. On the other hand, stubs should not use
54
-the ``type`` soft keyword from :pep:`695`, introduced in Python 3.12, util
+the ``type`` soft keyword from :pep:`695`, introduced in Python 3.12, until
55
Python 3.11 reaches end-of-life in October 2027.
56
57
Stubs are treated as if ``from __future__ import annotations`` is enabled. In
0 commit comments