Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e205c5c

Browse filesBrowse files
gh-115986: Fix inaccuracies in pprint docs (#116104)
Amend wording after gh-116019 was merged.
1 parent 72714c0 commit e205c5c
Copy full SHA for e205c5c

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎Doc/library/pprint.rst

Copy file name to clipboardExpand all lines: Doc/library/pprint.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Functions
5959
The configuration parameters *stream*, *indent*, *width*, *depth*,
6060
*compact*, *sort_dicts* and *underscore_numbers* are passed to the
6161
:class:`PrettyPrinter` constructor and their meanings are as
62-
described in its documentation above.
62+
described in its documentation below.
6363

6464
>>> import pprint
6565
>>> stuff = ['spam', 'eggs', 'lumberjack', 'knights', 'ni']
@@ -78,7 +78,7 @@ Functions
7878
Return the formatted representation of *object* as a string. *indent*,
7979
*width*, *depth*, *compact*, *sort_dicts* and *underscore_numbers* are
8080
passed to the :class:`PrettyPrinter` constructor as formatting parameters
81-
and their meanings are as described in its documentation above.
81+
and their meanings are as described in its documentation below.
8282

8383

8484
.. function:: isreadable(object)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.