summaryrefslogtreecommitdiff
path: root/django/dispatch
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-10-24 10:30:03 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2013-10-24 10:30:03 -0700
commit9bf5610890530ce5db9af7ef89ae5b8612f46a94 (patch)
treef461664da084539144e15ca0074e4bdda7bfd635 /django/dispatch
parent382d324ccc0753962ec31ac23a4bde4fb2b9454e (diff)
Start attacking E231 violations
Diffstat (limited to 'django/dispatch')
-rw-r--r--django/dispatch/saferef.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/dispatch/saferef.py b/django/dispatch/saferef.py
index 7c971e44f7..c40dbba462 100644
--- a/django/dispatch/saferef.py
+++ b/django/dispatch/saferef.py
@@ -70,7 +70,7 @@ class BoundMethodWeakref(object):
_allInstances = weakref.WeakValueDictionary()
- def __new__(cls, target, onDelete=None, *arguments,**named):
+ def __new__(cls, target, onDelete=None, *arguments, **named):
"""Create new instance or return current instance
Basically this method of construction allows us to