From ab749678e527b64d2bb099eec29abf4db2dfdc77 Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Wed, 5 Mar 2025 16:34:17 +0100 Subject: [PATCH] [3.13] Update links from typing.readthedocs.io to typing.python.org (GH-130877) (#130883) Update links from typing.readthedocs.io to typing.python.org (GH-130877) (cherry picked from commit 4f6218959e35f649061484cce9de7fc810586533) Co-authored-by: Sebastian Rittau --- Doc/library/typing.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Doc/library/typing.rst b/Doc/library/typing.rst index bd6a793b8823..e641111eade3 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" `_ + `"Static Typing with Python" `_ 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" `_. +found at `"Specification for the Python type system" `_. .. _type-aliases: @@ -2814,7 +2814,7 @@ Functions and decorators .. seealso:: `Unreachable Code and Exhaustiveness Checking - `__ has more + `__ has more information about exhaustiveness checking with static typing. .. versionadded:: 3.11 -- 2.47.3