mirror of
https://github.com/python/cpython.git
synced 2025-07-29 22:24:49 +00:00
Whitespace normalization.
This commit is contained in:
parent
4383230b90
commit
81b7e57e49
1 changed files with 2 additions and 2 deletions
|
@ -256,7 +256,7 @@ class HelpFormatter:
|
||||||
text_width,
|
text_width,
|
||||||
initial_indent=indent,
|
initial_indent=indent,
|
||||||
subsequent_indent=indent)
|
subsequent_indent=indent)
|
||||||
|
|
||||||
def format_description(self, description):
|
def format_description(self, description):
|
||||||
if description:
|
if description:
|
||||||
return self._format_text(description) + "\n"
|
return self._format_text(description) + "\n"
|
||||||
|
@ -1212,7 +1212,7 @@ class OptionParser (OptionContainer):
|
||||||
"""
|
"""
|
||||||
Declare that you are done with this OptionParser. This cleans up
|
Declare that you are done with this OptionParser. This cleans up
|
||||||
reference cycles so the OptionParser (and all objects referenced by
|
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.
|
OptionParser is unusable.
|
||||||
"""
|
"""
|
||||||
OptionContainer.destroy(self)
|
OptionContainer.destroy(self)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue