diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2010-01-16 19:40:06 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2010-01-16 19:40:06 (GMT) |
commit | 732b6822bf2a30259164467eb84a969d0f20447a (patch) | |
tree | 152d2bce8a0380d3ea3d8425a4137cca6ca8339d /Doc | |
parent | b7fbcd396fc4a366433cf6f26cae64fecb056099 (diff) | |
download | cpython-732b6822bf2a30259164467eb84a969d0f20447a.zip cpython-732b6822bf2a30259164467eb84a969d0f20447a.tar.gz cpython-732b6822bf2a30259164467eb84a969d0f20447a.tar.bz2 |
Merged revisions 77548 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r77548 | ezio.melotti | 2010-01-16 21:36:42 +0200 (Sat, 16 Jan 2010) | 1 line
remove wrong markup
........
Diffstat (limited to 'Doc')
-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 e134c9e..a9438a8 100644 --- a/Doc/library/unittest.rst +++ b/Doc/library/unittest.rst @@ -780,7 +780,7 @@ Test cases .. versionadded:: 3.1 - .. 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 |