mirror of
https://github.com/python/cpython.git
synced 2025-07-29 14:15:07 +00:00
[3.11] gh-93675: Fix typos in Doc/
(GH-93676) (GH-94079)
Closes GH-93675
(cherry picked from commit 830513754d
)
Co-authored-by: luzpaz <luzpaz@users.noreply.github.com>
This commit is contained in:
parent
63e127f33d
commit
49687b0054
5 changed files with 5 additions and 5 deletions
|
@ -130,7 +130,7 @@ role_with_no_backticks = re.compile(r"%s[^` ]" % all_roles)
|
|||
|
||||
# Find role glued with another word like:
|
||||
# the:c:func:`PyThreadState_LeaveTracing` function.
|
||||
# instad of:
|
||||
# instead of:
|
||||
# the :c:func:`PyThreadState_LeaveTracing` function.
|
||||
role_glued_with_word = re.compile(r"[a-zA-Z]%s" % all_roles)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue