From: Ezio Melotti Date: Sat, 16 Jan 2010 19:36:42 +0000 (+0000) Subject: remove wrong markup X-Git-Tag: v2.7a3~138 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5afe42b69bcd576aa65a8103eebf314757e67a62;p=python remove wrong markup --- diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst index 460b2f32a7..13fa5e69aa 100644 --- a/Doc/library/unittest.rst +++ b/Doc/library/unittest.rst @@ -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