Docs: delete title links in turtle.rst and typing.rst (#133283)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
This commit is contained in:
Yongzi Li 2025-05-02 20:15:26 +08:00 committed by GitHub
parent e490c00dac
commit df8a02b1e1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
=================================
:mod:`turtle` --- Turtle graphics
=================================
==================================
:mod:`!turtle` --- Turtle graphics
==================================
.. module:: turtle
:synopsis: An educational framework for simple graphics applications

View file

@ -1,6 +1,6 @@
========================================
:mod:`typing` --- Support for type hints
========================================
=========================================
:mod:`!typing` --- Support for type hints
=========================================
.. testsetup:: *