Whitespace normalization.

This commit is contained in:
Tim Peters 2006-06-11 19:42:51 +00:00
parent 0d5d222959
commit 4f96f1f2b5
9 changed files with 49 additions and 49 deletions

View file

@ -256,7 +256,7 @@ class HelpFormatter:
text_width,
initial_indent=indent,
subsequent_indent=indent)
def format_description(self, description):
if description:
return self._format_text(description) + "\n"
@ -1214,7 +1214,7 @@ class OptionParser (OptionContainer):
"""
Declare that you are done with this OptionParser. This cleans up
reference cycles so the OptionParser (and all objects referenced by
it) can be garbage-collected promptly. After calling destroy(), the
it) can be garbage-collected promptly. After calling destroy(), the
OptionParser is unusable.
"""
OptionContainer.destroy(self)