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 f3eb0d4 commit 6eb9e84Copy full SHA for 6eb9e84
Doc/library/typing.rst
@@ -104,7 +104,7 @@ Type aliases are useful for simplifying complex type signatures. For example::
104
...
105
106
The :keyword:`type` statement is new in Python 3.12. For backwards
107
-compatibility, type aliases can also be created through :ref:`augmented assignment statement <augassign>`::
+compatibility, type aliases can also be created through :ref:`assignment statement <assignment>`::
108
109
Vector = list[float]
110
0 commit comments