Skip to content

Commit 009d3b8

Browse files
authored
Update typing.rst
1 parent c1052fd commit 009d3b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/typing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Type aliases are useful for simplifying complex type signatures. For example::
104104
...
105105

106106
The :keyword:`type` statement is new in Python 3.12. For backwards
107-
compatibility, type aliases can also be created through `assignment statements <https://docs.python.org/3/reference/simple_stmts.html#assignment-statements>`_:
107+
compatibility, type aliases can also be created through simple assignment::
108108

109109
Vector = list[float]
110110

0 commit comments

Comments
 (0)