Fixed whitespace

This commit is contained in:
Alexander Belopolsky 2012-09-09 13:25:06 -04:00
parent f36c49d124
commit 7f704c11db

View file

@ -240,7 +240,7 @@ def _run_finalizers(minpriority=None):
# destroyed. See the _exit_function function in this module for more
# notes.
return
if minpriority is None:
f = lambda p : p[0][0] is not None
else: