mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
parent
f62ff97f31
commit
830513754d
6 changed files with 6 additions and 6 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