Add a space after comma and remove trailing spaces.
This commit is contained in:
parent
2fc8df834e
commit
c29c921482
|
@ -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'):
|
||||
|
|
Loading…
Reference in New Issue