File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 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`.
410410
411411 This can be useful where you want to make a series of assertions that
412412 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
414414 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
416416 parameter as ``True ``. Child mocks and the return value mock
417417 (if any) are reset as well.
418418
419- .. note :: *return_value*, and :attr:` side_effect` are keyword-only
419+ .. note :: *return_value*, and * side_effect* are keyword-only
420420 arguments.
421421
422422
You can’t perform that action at this time.
0 commit comments