File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1487,7 +1487,7 @@ patch
14871487
14881488 Patch will raise a :exc: `RuntimeError ` if passed some common misspellings of
14891489 the arguments autospec and spec_set. Pass the argument *unsafe * with the
1490- value True to disable that check.
1490+ value `` True `` to disable that check.
14911491
14921492 Patch can be used as a context manager, with the with statement. Here the
14931493 patching applies to the indented block after the with statement. If you
@@ -2427,7 +2427,7 @@ create_autospec
24272427
24282428 :func: `create_autospec ` will raise a :exc: `RuntimeError ` if passed some common
24292429 misspellings of the arguments autospec and spec_set. Pass the argument
2430- ` unsafe ` with the value True to disable that check.
2430+ * unsafe * with the value `` True `` to disable that check.
24312431
24322432 :func: `create_autospec ` also takes arbitrary keyword arguments that are passed to
24332433 the constructor of the created mock.
You can’t perform that action at this time.
0 commit comments