summaryrefslogtreecommitdiff
path: root/django/dispatch
diff options
context:
space:
mode:
authorMilton Mazzarri <milmazz@gmail.com>2013-11-03 03:22:11 -0600
committerMilton Mazzarri <milmazz@gmail.com>2013-11-03 03:22:11 -0600
commitcbc7cbbc5b5ef03059d8876074560635f2f647b7 (patch)
treea5c241c28dcba851a1f383132126b2c82846df68 /django/dispatch
parentfe995e6cbdcf2766cf0aa951c8ef4549ad27694c (diff)
Fixed flake8 E251 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 c6fca2be7b..c18c7e3c57 100644
--- a/django/dispatch/saferef.py
+++ b/django/dispatch/saferef.py
@@ -9,7 +9,7 @@ import traceback
import weakref
-def safeRef(target, onDelete = None):
+def safeRef(target, onDelete=None):
"""Return a *safe* weak reference to a callable target
target -- the object to be weakly referenced, if it's a