We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f683f46 commit dc69f69Copy full SHA for dc69f69
Doc/library/unittest.mock.rst
@@ -1440,7 +1440,7 @@ passed by keyword *after* any of the standard arguments created by :func:`patch`
1440
>>> test_function()
1441
1442
If :func:`patch.multiple` is used as a context manager, the value returned by the
1443
-context manger is a dictionary where created mocks are keyed by name::
+context manager is a dictionary where created mocks are keyed by name::
1444
1445
>>> with patch.multiple('__main__', thing=DEFAULT, other=DEFAULT) as values:
1446
... assert 'other' in repr(values['other'])
0 commit comments