]> granicus.if.org Git - python/commitdiff
Wrap pydoc output under 80 characters
authorÉric Araujo <merwok@netwok.org>
Sat, 10 Sep 2011 22:43:20 +0000 (00:43 +0200)
committerÉric Araujo <merwok@netwok.org>
Sat, 10 Sep 2011 22:43:20 +0000 (00:43 +0200)
Lib/pydoc.py

index 8e2e47bd15d0af9ac90f1d6da05ef9c47264faf2..1a5db1a66fadcabe37d27f42039d65ee1c278433 100755 (executable)
@@ -1044,10 +1044,11 @@ class TextDoc(Doc):
         if docloc is not None:
             result = result + self.section('MODULE REFERENCE', docloc + """
 
-The following documentation is automatically generated from the Python source
-files.  It may be incomplete, incorrect or include features that are considered
-implementation detail and may vary between Python implementations.  When in
-doubt, consult the module reference at the location listed above.
+The following documentation is automatically generated from the Python
+source files.  It may be incomplete, incorrect or include features that
+are considered implementation detail and may vary between Python
+implementations.  When in doubt, consult the module reference at the
+location listed above.
 """)
 
         if desc: