From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Fri, 2 May 2025 12:24:12 +0000 (+0200) Subject: [3.13] Docs: delete title links in `turtle.rst` and `typing.rst` (GH-133283) (#133293) X-Git-Tag: v3.13.4~184 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b225ce7744051691d5620e35ec1435681240fd81;p=thirdparty%2FPython%2Fcpython.git [3.13] Docs: delete title links in `turtle.rst` and `typing.rst` (GH-133283) (#133293) Co-authored-by: Yongzi Li <1538321957@qq.com> Co-authored-by: Alex Waygood --- diff --git a/Doc/library/turtle.rst b/Doc/library/turtle.rst index 38f3263b14bd..084a198673c9 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 ee51f81846e9..8809ba59aca1 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:: *