diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2010-01-16 19:36:42 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2010-01-16 19:36:42 (GMT) |
commit | 5afe42b69bcd576aa65a8103eebf314757e67a62 (patch) | |
tree | 9b948fe37a51ec03c81fcaaf8b455d580255a228 | |
parent | 3373a3a2822a5d0bb8c9c97fcd194a936fd8d888 (diff) | |
download | cpython-5afe42b69bcd576aa65a8103eebf314757e67a62.zip cpython-5afe42b69bcd576aa65a8103eebf314757e67a62.tar.gz cpython-5afe42b69bcd576aa65a8103eebf314757e67a62.tar.bz2 |
remove wrong markup
-rw-r--r-- | Doc/library/unittest.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ 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 |