Skip to content

Commit a2a9d72

Browse files
rchen152srittau
andauthored
Typo fix in docs/spec/distributing.rst
Co-authored-by: Sebastian Rittau <[email protected]>
1 parent 60d80d8 commit a2a9d72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/spec/distributing.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ to maintain compatibility with all type checkers.
5151
For example, Python 3.7 added the ``async`` keyword (see :pep:`492`).
5252
Stub authors should use it to mark coroutines, even if the implementation
5353
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
54+
the ``type`` soft keyword from :pep:`695`, introduced in Python 3.12, until
5555
Python 3.11 reaches end-of-life in October 2027.
5656

5757
Stubs are treated as if ``from __future__ import annotations`` is enabled. In

0 commit comments

Comments
 (0)