Issue #22823: Fix typo in unittest/mock.py
This commit is contained in:
parent
49784f4d14
commit
eb1a995a7c
|
@ -1682,7 +1682,7 @@ _non_defaults = {
|
|||
'__reduce__', '__reduce_ex__', '__getinitargs__', '__getnewargs__',
|
||||
'__getstate__', '__setstate__', '__getformat__', '__setformat__',
|
||||
'__repr__', '__dir__', '__subclasses__', '__format__',
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
def _get_method(name, func):
|
||||
|
|
Loading…
Reference in New Issue