Add a space after comma and remove trailing spaces.

This commit is contained in:
Florent Xicluna 2010-08-28 17:49:32 +00:00
parent 2fc8df834e
commit c29c921482
1 changed files with 141 additions and 140 deletions

View File

@ -327,7 +327,8 @@ a block boundary.)
Note that the "okayness" can change until the application yields
its first non-empty string, so 'transform_ok' has to be a mutable
truth value."""
truth value.
"""
def __init__(self, result, transform_ok):
if hasattr(result, 'close'):