Issue #23804: Merge spelling and NEWS fixes from 3.5

This commit is contained in:
Martin Panter 2016-07-11 12:54:44 +00:00
commit 702f4f5d6f
11 changed files with 22 additions and 16 deletions

View file

@ -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.