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 @@ -414,13 +414,13 @@ the *new_callable* argument to :func:`patch`.
414414
415415 This can be useful where you want to make a series of assertions that
416416 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
418418 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
420420 parameter as ``True ``. Child mocks and the return value mock
421421 (if any) are reset as well.
422422
423- .. note :: *return_value*, and :attr:` side_effect` are keyword-only
423+ .. note :: *return_value*, and * side_effect* are keyword-only
424424 arguments.
425425
426426
You can’t perform that action at this time.
0 commit comments