mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Wrap pydoc output under 80 characters
This commit is contained in:
parent
13e8c8e721
commit
647ef8cd68
1 changed files with 5 additions and 4 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue