File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -414,13 +414,13 @@ the *new_callable* argument to :func:`patch`.
414
414
415
415
This can be useful where you want to make a series of assertions that
416
416
reuse the same object. Note that :meth: `reset_mock ` *doesn't * clear the
417
- return value , :attr: `side_effect ` or any child attributes you have
417
+ :attr: ` return_value ` , :attr: `side_effect ` or any child attributes you have
418
418
set using normal assignment by default. In case you want to reset
419
- * return_value * or :attr: `side_effect `, then pass the corresponding
419
+ :attr: ` return_value ` or :attr: `side_effect `, then pass the corresponding
420
420
parameter as ``True ``. Child mocks and the return value mock
421
421
(if any) are reset as well.
422
422
423
- .. note :: *return_value*, and :attr:` side_effect` are keyword-only
423
+ .. note :: *return_value*, and * side_effect* are keyword-only
424
424
arguments.
425
425
426
426
You can’t perform that action at this time.
0 commit comments