Remove stray word

This commit is contained in:
Andrew M. Kuchling 2008-02-24 02:39:15 +00:00
parent 53152a1905
commit e7b53c52bb

View 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. |
+------+-----------+---------------------------------+