From 5afe42b69bcd576aa65a8103eebf314757e67a62 Mon Sep 17 00:00:00 2001 From: Ezio Melotti Date: Sat, 16 Jan 2010 19:36:42 +0000 Subject: [PATCH] remove wrong markup --- Doc/library/unittest.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0