https://github.com/python/cpython/commit/4f6218959e35f649061484cce9de7fc810586533
commit: 4f6218959e35f649061484cce9de7fc810586533
branch: main
author: Sebastian Rittau <srit...@rittau.biz>
committer: hugovk <1324225+hug...@users.noreply.github.com>
date: 2025-03-05T17:26:44+02:00
summary:

Update links from typing.readthedocs.io to typing.python.org (#130877)

files:
M Doc/library/typing.rst

diff --git a/Doc/library/typing.rst b/Doc/library/typing.rst
index 6ea4272eecfc7f..d4ab6eaea12d23 100644
--- a/Doc/library/typing.rst
+++ b/Doc/library/typing.rst
@@ -53,7 +53,7 @@ provides backports of these new features to older versions of 
Python.
       should broadly apply to most Python type checkers. (Some parts may still
       be specific to mypy.)
 
-   `"Static Typing with Python" <https://typing.readthedocs.io/en/latest/>`_
+   `"Static Typing with Python" <https://typing.python.org/en/latest/>`_
       Type-checker-agnostic documentation written by the community detailing
       type system features, useful typing related tools and typing best
       practices.
@@ -64,7 +64,7 @@ Specification for the Python Type System
 ========================================
 
 The canonical, up-to-date specification of the Python type system can be
-found at `"Specification for the Python type system" 
<https://typing.readthedocs.io/en/latest/spec/index.html>`_.
+found at `"Specification for the Python type system" 
<https://typing.python.org/en/latest/spec/index.html>`_.
 
 .. _type-aliases:
 
@@ -2912,7 +2912,7 @@ Functions and decorators
 
    .. seealso::
       `Unreachable Code and Exhaustiveness Checking
-      <https://typing.readthedocs.io/en/latest/guides/unreachable.html>`__ has 
more
+      <https://typing.python.org/en/latest/guides/unreachable.html>`__ has more
       information about exhaustiveness checking with static typing.
 
    .. versionadded:: 3.11

_______________________________________________
Python-checkins mailing list -- python-checkins@python.org
To unsubscribe send an email to python-checkins-le...@python.org
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: arch...@mail-archive.com

Reply via email to