summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2015-01-02 09:42:13 -0600
committerBenjamin Peterson <benjamin@python.org>2015-01-02 09:42:13 -0600
commitaa6ff181bf15eb6169097589c69238bbf3f549a0 (patch)
treef4384d33d253e2ce0de1c990631975fb7b2207a2
parent1aaace0e8487b54b573a9d2ea6d7ce7712b264bd (diff)
downloadsix-aa6ff181bf15eb6169097589c69238bbf3f549a0.tar.gz
add space
-rw-r--r--documentation/index.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/documentation/index.rst b/documentation/index.rst
index 1982070..0755043 100644
--- a/documentation/index.rst
+++ b/documentation/index.rst
@@ -458,11 +458,13 @@ Note these functions are only available on Python 2.7 or later.
Alias for :meth:`~py3:unittest.TestCase.assertCountEqual` on Python 3 and
:meth:`~py2:unittest.TestCase.assertItemsEqual` on Python 2.
+
.. function:: assertRaisesRegex()
Alias for :meth:`~py3:unittest.TestCase.assertRaisesRegex` on Python 3 and
:meth:`~py2:unittest.TestCase.assertRaisesRegexp` on Python 2.
+
.. function:: assertRegex()
Alias for :meth:`~py3:unittest.TestCase.assertRegex` on Python 3 and