]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] Docs: delete title links in `turtle.rst` and `typing.rst` (GH-133283) (#133293)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 2 May 2025 12:24:12 +0000 (14:24 +0200)
committerGitHub <noreply@github.com>
Fri, 2 May 2025 12:24:12 +0000 (13:24 +0100)
Co-authored-by: Yongzi Li <1538321957@qq.com>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Doc/library/turtle.rst
Doc/library/typing.rst

index 38f3263b14bd9acf5374b7aba9c6c31d1d42e6ac..084a198673c9374f93c5c3515c8fa2e3a81c0cb2 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 ee51f81846e9b3761dc80e1f674260bcd0cdf0a3..8809ba59aca1d06d3ecf91971f085a729d8f5e4d 100644 (file)
@@ -1,6 +1,6 @@
-========================================
-:mod:`typing` --- Support for type hints
-========================================
+=========================================
+:mod:`!typing` --- Support for type hints
+=========================================
 
 .. testsetup:: *