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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e7b53c52bbb3c52125c7b35bf9bad13f9e783443;p=thirdparty%2FPython%2Fcpython.git Remove stray word --- diff --git a/Doc/howto/regex.rst b/Doc/howto/regex.rst index cf787e8e9165..2cd83d4a7cb9 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. | +------+-----------+---------------------------------+