From: Andrew M. Kuchling Date: Sun, 24 Feb 2008 02:39:15 +0000 (+0000) Subject: Remove stray word X-Git-Tag: v2.6a1~69 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e7b53c52bbb3c52125c7b35bf9bad13f9e783443;p=python Remove stray word --- diff --git a/Doc/howto/regex.rst b/Doc/howto/regex.rst index cf787e8e91..2cd83d4a7c 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. | +------+-----------+---------------------------------+