mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Issue #23804: Merge spelling and NEWS fixes from 3.5
This commit is contained in:
commit
702f4f5d6f
11 changed files with 22 additions and 16 deletions
|
@ -749,7 +749,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