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 @@ -406,7 +406,7 @@ the *new_callable* argument to :func:`patch`.
406
406
False
407
407
408
408
.. 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.
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
@@ -416,8 +416,8 @@ the *new_callable* argument to :func:`patch`.
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
420
- argument .
419
+ .. note :: *return_value*, and :attr:`side_effect` are keyword- only
420
+ arguments .
421
421
422
422
423
423
.. method :: mock_add_spec(spec, spec_set=False)
You can’t perform that action at this time.
0 commit comments