Fixed whitespace

This commit is contained in:
Alexander Belopolsky 2012-09-09 13:22:45 -04:00
parent 59fb38b582
commit 36351564a2
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,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: