Skip to content

Commit 4b78880

Browse files
committed
Fix typo and numbering
1 parent 36aba4b commit 4b78880

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/howto/regex.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ this RE against the string ``'abcbd'``.
210210
| | | ``[bcd]*`` is only matching |
211211
| | | ``bc``. |
212212
+------+-----------+---------------------------------+
213-
| 6 | ``abcb`` | Try ``b`` again. This time |
213+
| 7 | ``abcb`` | Try ``b`` again. This time |
214214
| | | the character at the |
215215
| | | current position is ``'b'``, so |
216216
| | | it succeeds. |
@@ -1388,7 +1388,7 @@ Feedback
13881388
========
13891389

13901390
Regular expressions are a complicated topic. Did this document help you
1391-
understand them? Were there parts that were unclear, or Problems you
1391+
understand them? Were there parts that were unclear, or problems you
13921392
encountered that weren't covered here? If so, please send suggestions for
13931393
improvements to the author.
13941394

0 commit comments

Comments
 (0)