]> granicus.if.org Git - python/commitdiff
Fix typo in unittest.mock docs
authorMichael Foord <michael@voidspace.org.uk>
Thu, 29 Mar 2012 12:46:50 +0000 (13:46 +0100)
committerMichael Foord <michael@voidspace.org.uk>
Thu, 29 Mar 2012 12:46:50 +0000 (13:46 +0100)
Doc/library/unittest.mock.rst

index 8bb37dc7a31ffa542aaef1b11feb5540d76b5b2b..df03164e106019ae802a6f36e5640babbdd1ad59 100644 (file)
@@ -1714,7 +1714,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`.
 
         >>> m = MagicMock(return_value=None)