diff options
author | Éric Araujo <merwok@netwok.org> | 2011-09-12 17:41:24 +0200 |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-09-12 17:41:24 +0200 |
commit | 1ba901fb49f0e475acb9aaf3461fb90fb523cc5e (patch) | |
tree | 527991c8d6d0c6d82fc80a3240bbc44d1d27ece4 /Lib/pydoc.py | |
parent | 0867f84979a59c3a6e3ed5ec200b7b50bdb057f4 (diff) | |
parent | 28dba5998429cf8665d6dc36ac39c1d4bca70d8d (diff) | |
download | cpython-1ba901fb49f0e475acb9aaf3461fb90fb523cc5e.tar.gz |
Merge 3.2
Diffstat (limited to 'Lib/pydoc.py')
-rwxr-xr-x | Lib/pydoc.py | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Lib/pydoc.py b/Lib/pydoc.py index f0b020012e..211d3d76bd 100755 --- a/Lib/pydoc.py +++ b/Lib/pydoc.py @@ -1041,10 +1041,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: |