Skip to content

Commit 0554f90

Browse files
author
Jonathan Hartley
committed
fix a minor rst syntax error I'd had for a while
1 parent bd9b0a3 commit 0554f90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cheatsheet.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,7 @@ literals. Hence regex '``\n``' is same as regex '``\\n``'::
6060
(or use a preceding zero, e.g. \0, \09)
6161
\DD Decimal number 1 to 99, matches previous
6262
numbered group
63-
.
64-
.
63+
6564
Extensions. These do not cause grouping, except for ``(?P<name>...)``::
6665

6766
(?iLmsux) Matches empty string, letters set re.X flags
@@ -134,5 +133,6 @@ MatchObjects (returned from ``match()`` and ``search()``)::
134133

135134

136135
Gleaned from the python 2.7 're' docs. http://docs.python.org/library/re.html
136+
137137
:Version: v0.2.1
138138

0 commit comments

Comments
 (0)