8000 [3.12] gh-101100: Fix Sphinx warnings in `whatsnew/2.3.rst` (GH-112373) by hugovk · Pull Request #113142 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

[3.12] gh-101100: Fix Sphinx warnings in whatsnew/2.3.rst (GH-112373) #113142

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 3 commits into from
Dec 14, 2023
Merged
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
Fix Sphinx warnings in whatsnew/2.3.rst
  • Loading branch information
hugovk committed Dec 14, 2023
commit 0a6930dff783ee94b8d2a4b69c1da2977443dd5f
2 changes: 1 addition & 1 deletion Doc/whatsnew/2.3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1555,7 +1555,7 @@ complete list of changes, or look through the CVS logs for all the details.
# [0.36831796169281006, 0.37441694736480713, 0.35304892063140869]
# [0.17574405670166016, 0.18193507194519043, 0.17565798759460449]

* The :mod:`Tix` module has received various bug fixes and updates for the
* The :mod:`!Tix` module has received various bug fixes and updates for the
current version of the Tix package.

* The :mod:`!Tkinter` module now works with a thread-enabled version of Tcl.
Expand Down
0