]> granicus.if.org Git - python/commitdiff
remove wrong markup
authorEzio Melotti <ezio.melotti@gmail.com>
Sat, 16 Jan 2010 19:36:42 +0000 (19:36 +0000)
committerEzio Melotti <ezio.melotti@gmail.com>
Sat, 16 Jan 2010 19:36:42 +0000 (19:36 +0000)
Doc/library/unittest.rst

index 460b2f32a73bfe9a9dbd720a750c75253ee7c489..13fa5e69aa183e4fca52fed5290f55330175f3a7 100644 (file)
@@ -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