diff options
Diffstat (limited to 'django/dispatch')
| -rw-r--r-- | django/dispatch/saferef.py | 2 |
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 |
