Commit 36351564 authored by Alexander Belopolsky's avatar Alexander Belopolsky

Fixed whitespace

parent 59fb38b5
...@@ -252,7 +252,7 @@ def _run_finalizers(minpriority=None): ...@@ -252,7 +252,7 @@ def _run_finalizers(minpriority=None):
# destroyed. See the _exit_function function in this module for more # destroyed. See the _exit_function function in this module for more
# notes. # notes.
return return
if minpriority is None: if minpriority is None:
f = lambda p : p[0][0] is not None f = lambda p : p[0][0] is not None
else: else:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment