diff options
author | Éric Araujo <merwok@netwok.org> | 2011-09-12 17:15:26 +0200 |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-09-12 17:15:26 +0200 |
commit | 1d7deafeea8fad9c58480f646e7ac125105288c5 (patch) | |
tree | 213ca2e6dc5c102a22b0eb3e21526fe8d945fae8 /Lib/pydoc.py | |
parent | b77c6c65c06a19740fe2f22004959a4aa1eaba5d (diff) | |
parent | 647ef8cd68e97bf7ae2b7bc546e1fc2ce6a2988d (diff) | |
download | cpython-1d7deafeea8fad9c58480f646e7ac125105288c5.tar.gz cpython-1d7deafeea8fad9c58480f646e7ac125105288c5.zip |
Branch merge
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 8e2e47bd15d..1a5db1a66fa 100755 --- a/Lib/pydoc.py +++ b/Lib/pydoc.py @@ -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: |