summaryrefslogtreecommitdiffstats
path: root/Doc/library/unittest.mock.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2012-04-01 11:48:26 (GMT)
committerGeorg Brandl <georg@python.org>2012-04-01 11:48:26 (GMT)
commit24891672cecbc6436bcf246bd18a3aba0cba4b9b (patch)
treee921608e76b70bfa6795baf75e1e321c1b530fef /Doc/library/unittest.mock.rst
parent3f4a1b30e446471e93af4e6f031383effb930649 (diff)
downloadcpython-24891672cecbc6436bcf246bd18a3aba0cba4b9b.zip
cpython-24891672cecbc6436bcf246bd18a3aba0cba4b9b.tar.gz
cpython-24891672cecbc6436bcf246bd18a3aba0cba4b9b.tar.bz2
Fix markup errors found by "make suspicious".
Diffstat (limited to 'Doc/library/unittest.mock.rst')
-rw-r--r--Doc/library/unittest.mock.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/library/unittest.mock.rst b/Doc/library/unittest.mock.rst
index df03164..df1c41f 100644
--- a/Doc/library/unittest.mock.rst
+++ b/Doc/library/unittest.mock.rst
@@ -1712,9 +1712,9 @@ call
.. function:: call(*args, **kwargs)
- `call` is a helper object for making simpler assertions, for comparing
- with :attr:`~Mock.call_args`, :attr:`~Mock.call_args_list`,
- :attr:`~Mock.mock_calls` and :attr: `~Mock.method_calls`. `call` can also be
+ `call` is a helper object for making simpler assertions, for comparing with
+ :attr:`~Mock.call_args`, :attr:`~Mock.call_args_list`,
+ :attr:`~Mock.mock_calls` and :attr:`~Mock.method_calls`. `call` can also be
used with :meth:`~Mock.assert_has_calls`.
>>> m = MagicMock(return_value=None)