mirror of
https://github.com/python/cpython.git
synced 2025-09-22 08:23:36 +00:00
remove wrong markup
This commit is contained in:
parent
3373a3a282
commit
5afe42b69b
1 changed files with 1 additions and 1 deletions
|
@ -785,7 +785,7 @@ Test cases
|
||||||
.. versionadded:: 2.7
|
.. 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
|
Verifies that a *regexp* search matches *text*. Fails with an error
|
||||||
message including the pattern and the *text*. *regexp* may be
|
message including the pattern and the *text*. *regexp* may be
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue