mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
Fix a few remaining problems found by rstlint.
This commit is contained in:
parent
d509788f98
commit
06788c9fe4
11 changed files with 16 additions and 16 deletions
|
|
@ -611,7 +611,7 @@ of each one.
|
|||
is to read? ::
|
||||
|
||||
charref = re.compile(r"""
|
||||
&[#] # Start of a numeric entity reference
|
||||
&[#] # Start of a numeric entity reference
|
||||
(
|
||||
0[0-7]+ # Octal form
|
||||
| [0-9]+ # Decimal form
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue