summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Foord <michael@voidspace.org.uk>2012-03-29 13:17:01 +0100
committerMichael Foord <michael@voidspace.org.uk>2012-03-29 13:17:01 +0100
commit7e6dd774aec284894407cad2c9c620a063b5f832 (patch)
tree29f3c629f04b88aa39e5271591a16cd59200e9af
parent6b147b44ff5d9faa43b83f25d288eaccec581471 (diff)
downloadmock-7e6dd774aec284894407cad2c9c620a063b5f832.tar.gz
Doc typo fix
-rw-r--r--docs/helpers.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/helpers.txt b/docs/helpers.txt
index 658ddbe..6bd2950 100644
--- a/docs/helpers.txt
+++ b/docs/helpers.txt
@@ -29,7 +29,7 @@ call
`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
+ :attr:`~Mock.mock_calls` and :attr: `~Mock.method_calls`. `call` can also be
used with :meth:`~Mock.assert_has_calls`.
.. doctest::