]> granicus.if.org Git - python/commitdiff
Whitespace normalization.
authorTim Peters <tim.peters@gmail.com>
Sun, 23 Apr 2006 18:13:45 +0000 (18:13 +0000)
committerTim Peters <tim.peters@gmail.com>
Sun, 23 Apr 2006 18:13:45 +0000 (18:13 +0000)
Lib/optparse.py

index f4c2c702f4749c93f3b60d8a61ae7d03454bba40..9ac987e819c46de420987d235a374dd10d5671fd 100644 (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"
@@ -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)