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 5cdb97f commit f3eb0d4Copy full SHA for f3eb0d4
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:`augassign`::
+compatibility, type aliases can also be created through :ref:`augmented assignment statement <augassign>`::
108
109
Vector = list[float]
110
0 commit comments