]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Docs: delete title links in `turtle.rst` and `typing.rst` (#133283)
authorYongzi Li <1538321957@qq.com>
Fri, 2 May 2025 12:15:26 +0000 (20:15 +0800)
committerGitHub <noreply@github.com>
Fri, 2 May 2025 12:15:26 +0000 (13:15 +0100)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Doc/library/turtle.rst
Doc/library/typing.rst

index 0bff970fa77daec935080fdf533bd23f93c41900..fea6b57edf0f1fc4c5fdccb977195b01f8d94bfa 100644 (file)
@@ -1,6 +1,6 @@
-=================================
-:mod:`turtle` --- Turtle graphics
-=================================
+==================================
+:mod:`!turtle` --- Turtle graphics
+==================================
 
 .. module:: turtle
    :synopsis: An educational framework for simple graphics applications
index acf235818edc5bee4d4e19d3b32cba6c5b4820ef..3afcba6e898a634dc84ed9124d9cb2956cd209a2 100644 (file)
@@ -1,6 +1,6 @@
-========================================
-:mod:`typing` --- Support for type hints
-========================================
+=========================================
+:mod:`!typing` --- Support for type hints
+=========================================
 
 .. testsetup:: *