mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +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 @@
|
|||
|
||||
# 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