remove wrong markup

This commit is contained in:
Ezio Melotti 2010-01-16 19:36:42 +00:00
parent 3373a3a282
commit 5afe42b69b

View file

@ -785,7 +785,7 @@ Test cases
.. versionadded:: 2.7
.. method:: assertRegexpMatches(text, regexp[, msg=None]):
.. method:: assertRegexpMatches(text, regexp, msg=None)
Verifies that a *regexp* search matches *text*. Fails with an error
message including the pattern and the *text*. *regexp* may be