Commit b22a94df authored by Julien Muchembled's avatar Julien Muchembled

qa: fix Patch.__doc__

parent cb485fc6
......@@ -385,7 +385,7 @@ class Patch(object):
Usage:
with Patch(someObject, attrToPatch=newValue, [otherAttr=...]) as patch:
with Patch(someObject, attrToPatch=newValue) as patch:
[... code that runs with patches ...]
[... code that runs without patch ...]
......
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