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 23a9ba4

Browse filesBrowse files
[3.12] gh-115986: Fix inaccuracies in pprint docs (GH-116104) (#116382)
Amend wording after gh-116019 was merged. (cherry picked from commit e205c5c) Co-authored-by: Kerim Kabirov <39376984+Privat33r-dev@users.noreply.github.com>
1 parent 84b023d commit 23a9ba4
Copy full SHA for 23a9ba4

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.