Skip to content

Commit ea2db27

Browse files
committed
Fix linting again
1 parent 6385075 commit ea2db27

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/library/unittest.mock.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)