commit | 5afe42b69bcd576aa65a8103eebf314757e67a62 | [log] [tgz] |
---|---|---|
author | Ezio Melotti <ezio.melotti@gmail.com> | Sat Jan 16 19:36:42 2010 +0000 |
committer | Ezio Melotti <ezio.melotti@gmail.com> | Sat Jan 16 19:36:42 2010 +0000 |
tree | 9b948fe37a51ec03c81fcaaf8b455d580255a228 | |
parent | 3373a3a2822a5d0bb8c9c97fcd194a936fd8d888 [diff] [blame] |
remove wrong markup
diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst index 460b2f3..13fa5e6 100644 --- a/Doc/library/unittest.rst +++ b/Doc/library/unittest.rst
@@ -785,7 +785,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 message including the pattern and the *text*. *regexp* may be