We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
unittest.mock
1 parent 9743d06 commit 64ee1baCopy full SHA for 64ee1ba
Doc/library/unittest.mock.rst
@@ -639,7 +639,7 @@ the *new_callable* argument to :func:`patch`.
639
This is either ``None`` (if the mock hasn't been called), or the
640
arguments that the mock was last called with. This will be in the
641
form of a tuple: the first member, which can also be accessed through
642
- the ``args`` property, is any ordered arguments the mock was
+ the ``args`` property, is any positional arguments the mock was
643
called with (or an empty tuple) and the second member, which can
644
also be accessed through the ``kwargs`` property, is any keyword
645
arguments (or an empty dictionary).
0 commit comments