Issue #22823: Fix typo in unittest/mock.py

This commit is contained in:
Victor Stinner 2014-12-11 22:25:49 +01:00
parent 49784f4d14
commit eb1a995a7c
1 changed files with 1 additions and 1 deletions

View File

@ -1682,7 +1682,7 @@ _non_defaults = {
'__reduce__', '__reduce_ex__', '__getinitargs__', '__getnewargs__',
'__getstate__', '__setstate__', '__getformat__', '__setformat__',
'__repr__', '__dir__', '__subclasses__', '__format__',
)
}
def _get_method(name, func):