mirror of
https://github.com/python/cpython.git
synced 2025-08-30 05:35:08 +00:00
English spelling and grammar fixes
This commit is contained in:
parent
0ca0edee33
commit
204bf0b9ae
11 changed files with 17 additions and 17 deletions
|
@ -744,7 +744,7 @@ class NonCallableMock(Base):
|
|||
|
||||
def _call_matcher(self, _call):
|
||||
"""
|
||||
Given a call (or simply a (args, kwargs) tuple), return a
|
||||
Given a call (or simply an (args, kwargs) tuple), return a
|
||||
comparison key suitable for matching with other calls.
|
||||
This is a best effort method which relies on the spec's signature,
|
||||
if available, or falls back on the arguments themselves.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue