Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4c3124c

Browse files
committed
Merge 3.2
2 parents faabef5 + 1d7deaf commit 4c3124c

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

Lib/pydoc.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1041,10 +1041,11 @@ def docmodule(self, object, name=None, mod=None):
10411041
if docloc is not None:
10421042
result = result + self.section('MODULE REFERENCE', docloc + """
10431043
1044-
The following documentation is automatically generated from the Python source
1045-
files. It may be incomplete, incorrect or include features that are considered
1046-
implementation detail and may vary between Python implementations. When in
1047-
doubt, consult the module reference at the location listed above.
1044+
The following documentation is automatically generated from the Python
1045+
source files. It may be incomplete, incorrect or include features that
1046+
are considered implementation detail and may vary between Python
1047+
implementations. When in doubt, consult the module reference at the
1048+
location listed above.
10481049
""")
10491050

10501051
if desc:

0 commit comments

Comments
 (0)