[Python-checkins] cpython: Issue #22823: Fix typo in unittest/mock.py

victor.stinner python-checkins at python.org
Thu Dec 11 22:27:11 CET 2014


https://hg.python.org/cpython/rev/7c2811521261
changeset:   93835:7c2811521261
user:        Victor Stinner <victor.stinner at gmail.com>
date:        Thu Dec 11 22:25:49 2014 +0100
summary:
  Issue #22823: Fix typo in unittest/mock.py

files:
  Lib/unittest/mock.py |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Lib/unittest/mock.py b/Lib/unittest/mock.py
--- a/Lib/unittest/mock.py
+++ b/Lib/unittest/mock.py
@@ -1682,7 +1682,7 @@
     '__reduce__', '__reduce_ex__', '__getinitargs__', '__getnewargs__',
     '__getstate__', '__setstate__', '__getformat__', '__setformat__',
     '__repr__', '__dir__', '__subclasses__', '__format__',
-)
+}
 
 
 def _get_method(name, func):

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list