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 @@ -406,7 +406,7 @@ the *new_callable* argument to :func:`patch`.
406406 False
407407
408408 .. versionchanged :: 3.6
409- Added two keyword only argument to the reset_mock function.
409+ Added two keyword- only arguments to the reset_mock function.
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
@@ -416,8 +416,8 @@ the *new_callable* argument to :func:`patch`.
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
420- argument .
419+ .. note :: *return_value*, and :attr:`side_effect` are keyword- only
420+ arguments .
421421
422422
423423 .. method :: mock_add_spec(spec, spec_set=False)
You can’t perform that action at this time.
0 commit comments