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

Skip to content

Commit 23a9ba4

Browse 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 <[email protected]>
1 parent 84b023d commit 23a9ba4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/pprint.rst

Lines 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)