File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ provides backports of these new features to older versions of Python.
53
53
should broadly apply to most Python type checkers. (Some parts may still
54
54
be specific to mypy.)
55
55
56
- `"Static Typing with Python" <https://typing.readthedocs.io /en/latest/ >`_
56
+ `"Static Typing with Python" <https://typing.python.org /en/latest/ >`_
57
57
Type-checker-agnostic documentation written by the community detailing
58
58
type system features, useful typing related tools and typing best
59
59
practices.
@@ -64,7 +64,7 @@ Specification for the Python Type System
64
64
========================================
65
65
66
66
The canonical, up-to-date specification of the Python type system can be
67
- found at `"Specification for the Python type system" <https://typing.readthedocs.io /en/latest/spec/index.html >`_.
67
+ found at `"Specification for the Python type system" <https://typing.python.org /en/latest/spec/index.html >`_.
68
68
69
69
.. _type-aliases :
70
70
@@ -2912,7 +2912,7 @@ Functions and decorators
2912
2912
2913
2913
.. seealso ::
2914
2914
`Unreachable Code and Exhaustiveness Checking
2915
- <https://typing.readthedocs.io /en/latest/guides/unreachable.html> `__ has more
2915
+ <https://typing.python.org /en/latest/guides/unreachable.html> `__ has more
2916
2916
information about exhaustiveness checking with static typing.
2917
2917
2918
2918
.. versionadded :: 3.11
You can’t perform that action at this time.
0 commit comments