Commit aa8ec7e0 authored by Michael Foord's avatar Michael Foord

Fix unittest.mock.patch docstring

parent 2309ed86
......@@ -1350,8 +1350,6 @@ def patch(
spec_set=None, autospec=None, new_callable=None, **kwargs
):
"""
`patch` acts as a function decorator, class decorator or a context
`patch` acts as a function decorator, class decorator or a context
manager. Inside the body of the function or with statement, the `target`
is patched with a `new` object. When the function/with statement exits
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment