Fix a few remaining problems found by rstlint.

This commit is contained in:
Georg Brandl 2009-01-03 21:31:47 +00:00
parent d509788f98
commit 06788c9fe4
11 changed files with 16 additions and 16 deletions

View file

@ -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