File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 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.
5353 should broadly apply to most Python type checkers. (Some parts may still
5454 be specific to mypy.)
5555
56- `"Static Typing with Python" <https://typing.readthedocs.io /en/latest/ >`_
56+ `"Static Typing with Python" <https://typing.python.org /en/latest/ >`_
5757 Type-checker-agnostic documentation written by the community detailing
5858 type system features, useful typing related tools and typing best
5959 practices.
@@ -64,7 +64,7 @@ Specification for the Python Type System
6464========================================
6565
6666The 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 >`_.
6868
6969.. _type-aliases :
7070
@@ -2912,7 +2912,7 @@ Functions and decorators
29122912
29132913 .. seealso ::
29142914 `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
29162916 information about exhaustiveness checking with static typing.
29172917
29182918 .. versionadded :: 3.11
You can’t perform that action at this time.
0 commit comments