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 @@ -410,13 +410,13 @@ the *new_callable* argument to :func:`patch`.
410
410
411
411
This can be useful where you want to make a series of assertions that
412
412
reuse the same object. Note that :meth: `reset_mock ` *doesn't * clear the
413
- return value , :attr: `side_effect ` or any child attributes you have
413
+ :attr: ` return_value ` , :attr: `side_effect ` or any child attributes you have
414
414
set using normal assignment by default. In case you want to reset
415
- * return_value * or :attr: `side_effect `, then pass the corresponding
415
+ :attr: ` return_value ` or :attr: `side_effect `, then pass the corresponding
416
416
parameter as ``True ``. Child mocks and the return value mock
417
417
(if any) are reset as well.
418
418
419
- .. note :: *return_value*, and :attr:` side_effect` are keyword-only
419
+ .. note :: *return_value*, and * side_effect* are keyword-only
420
420
arguments.
421
421
422
422
You can’t perform that action at this time.
0 commit comments