summaryrefslogtreecommitdiff
path: root/Lib/optparse.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/optparse.py')
-rw-r--r--Lib/optparse.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/optparse.py b/Lib/optparse.py
index f4c2c702f4..9ac987e819 100644
--- a/Lib/optparse.py
+++ b/Lib/optparse.py
@@ -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"
@@ -1212,7 +1212,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)