8000 Docs: delete title links in `turtle.rst` and `typing.rst` by Yzi-Li · Pull Request #133283 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 2, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Apply suggestions from code review
  • Loading branch information
AlexWaygood authored May 2, 2025
commit 1950e1ea3bb0ed3ec3742fa3ce0e47185beb311d
4 changes: 2 additions & 2 deletions Doc/library/turtle.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
=================================
==================================
:mod:`!turtle` --- Turtle graphics
=================================
==================================

.. module:: turtle
:synopsis: An educational framework for simple graphics applications
Expand Down
4 changes: 2 additions & 2 deletions Doc/library/typing.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
========================================
=========================================
:mod:`!typing` --- Support for type hints
========================================
=========================================

.. testsetup:: *

Expand Down
Loading
0