summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2008-02-24 02:39:15 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2008-02-24 02:39:15 (GMT)
commite7b53c52bbb3c52125c7b35bf9bad13f9e783443 (patch)
tree77b8467ff540d7b44b57d610e805d2fdad4a825d
parent53152a1905147e50ee38ff681252292e90ee7474 (diff)
downloadcpython-e7b53c52bbb3c52125c7b35bf9bad13f9e783443.zip
cpython-e7b53c52bbb3c52125c7b35bf9bad13f9e783443.tar.gz
cpython-e7b53c52bbb3c52125c7b35bf9bad13f9e783443.tar.bz2
Remove stray word
-rw-r--r--Doc/howto/regex.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/howto/regex.rst b/Doc/howto/regex.rst
index cf787e8..2cd83d4 100644
--- a/Doc/howto/regex.rst
+++ b/Doc/howto/regex.rst
@@ -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. |
+------+-----------+---------------------------------+