Skip to content

Commit

Permalink
Fix typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
deejay1 committed Feb 1, 2017
1 parent a3b7b5e commit 74689a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/asynctest.mock.rst
Expand Up @@ -40,7 +40,7 @@

See :func:`~asynctest.patch` and :func:`unittest.mock.patch.object`.

.. function:: asynctest.patch.mutiple(target, spec=None, create=False, \
.. function:: asynctest.patch.multiple(target, spec=None, create=False, \
spec_set=None, autospec=None, new_callable=None, \
scope=asynctest.global, **kwargs)
Expand Down

0 comments on commit 74689a3

Please sign in to comment.