From e7b53c52bbb3c52125c7b35bf9bad13f9e783443 Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Sun, 24 Feb 2008 02:39:15 +0000 Subject: [PATCH] Remove stray word --- Doc/howto/regex.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. | +------+-----------+---------------------------------+ -- 2.40.0