diff options
-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 460b2f32a7..13fa5e69aa 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 |