[Python-checkins] r77548 - python/trunk/Doc/library/unittest.rst

ezio.melotti python-checkins at python.org
Sat Jan 16 20:36:42 CET 2010


Author: ezio.melotti
Date: Sat Jan 16 20:36:42 2010
New Revision: 77548

Log:
remove wrong markup

Modified:
   python/trunk/Doc/library/unittest.rst

Modified: python/trunk/Doc/library/unittest.rst
==============================================================================
--- python/trunk/Doc/library/unittest.rst	(original)
+++ python/trunk/Doc/library/unittest.rst	Sat Jan 16 20:36:42 2010
@@ -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


More information about the Python-checkins mailing list