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 c49521d commit 76ff715Copy full SHA for 76ff715
Doc/library/unittest.mock.rst
@@ -1418,7 +1418,7 @@ passed by keyword *after* any of the standard arguments created by :func:`patch`
1418
>>> test_function()
1419
1420
If :func:`patch.multiple` is used as a context manager, the value returned by the
1421
-context manger is a dictionary where created mocks are keyed by name:
+context manager is a dictionary where created mocks are keyed by name::
1422
1423
>>> with patch.multiple('__main__', thing=DEFAULT, other=DEFAULT) as values:
1424
... assert 'other' in repr(values['other'])
0 commit comments