]> granicus.if.org Git - python/commitdiff
Remove stray word
authorAndrew M. Kuchling <amk@amk.ca>
Sun, 24 Feb 2008 02:39:15 +0000 (02:39 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Sun, 24 Feb 2008 02:39:15 +0000 (02:39 +0000)
Doc/howto/regex.rst

index cf787e8e91654efe521f11aee10c5b655ad37acc..2cd83d4a7cb9b3e6031048b9e23d6f196891b6a3 100644 (file)
@@ -203,7 +203,7 @@ this RE against the string ``abcbd``.
 |      |           | ``bc``.                         |
 +------+-----------+---------------------------------+
 | 6    | ``abcb``  | Try ``b`` again.  This time     |
-|      |           | but the character at the        |
+|      |           | the character at the            |
 |      |           | current position is ``'b'``, so |
 |      |           | it succeeds.                    |
 +------+-----------+---------------------------------+