https://github.com/python/cpython/commit/b225ce7744051691d5620e35ec1435681240fd81 commit: b225ce7744051691d5620e35ec1435681240fd81 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: AlexWaygood <[email protected]> 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 <[email protected]> Co-authored-by: Alex Waygood <[email protected]> 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 -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: [email protected]
