https://github.com/python/cpython/commit/b225ce7744051691d5620e35ec1435681240fd81
commit: b225ce7744051691d5620e35ec1435681240fd81
branch: 3.13
author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com>
committer: AlexWaygood <alex.wayg...@gmail.com>
date: 2025-05-02T13:24:12+01:00
summary:

[3.13] Docs: delete title links in `turtle.rst` and `typing.rst` (GH-133283) 
(#133293)

Co-authored-by: Yongzi Li <1538321...@qq.com>
Co-authored-by: Alex Waygood <alex.wayg...@gmail.com>

files:
M Doc/library/turtle.rst
M Doc/library/typing.rst

diff --git a/Doc/library/turtle.rst b/Doc/library/turtle.rst
index 38f3263b14bd9a..084a198673c937 100644
--- a/Doc/library/turtle.rst
+++ b/Doc/library/turtle.rst
@@ -1,6 +1,6 @@
-=================================
-:mod:`turtle` --- Turtle graphics
-=================================
+==================================
+:mod:`!turtle` --- Turtle graphics
+==================================
 
 .. module:: turtle
    :synopsis: An educational framework for simple graphics applications
diff --git a/Doc/library/typing.rst b/Doc/library/typing.rst
index ee51f81846e9b3..8809ba59aca1d0 100644
--- a/Doc/library/typing.rst
+++ b/Doc/library/typing.rst
@@ -1,6 +1,6 @@
-========================================
-:mod:`typing` --- Support for type hints
-========================================
+=========================================
+:mod:`!typing` --- Support for type hints
+=========================================
 
 .. testsetup:: *
 

_______________________________________________
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