gh-115986: Fix inaccuracies in pprint docs (#116104)

Amend wording after gh-116019 was merged.
This commit is contained in:
Kerim Kabirov 2024-03-05 22:14:52 +01:00 committed by GitHub
parent 72714c0266
commit e205c5cd8f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -59,7 +59,7 @@ Functions
The configuration parameters *stream*, *indent*, *width*, *depth*,
*compact*, *sort_dicts* and *underscore_numbers* are passed to the
:class:`PrettyPrinter` constructor and their meanings are as
described in its documentation above.
described in its documentation below.
>>> import pprint
>>> stuff = ['spam', 'eggs', 'lumberjack', 'knights', 'ni']
@ -78,7 +78,7 @@ Functions
Return the formatted representation of *object* as a string. *indent*,
*width*, *depth*, *compact*, *sort_dicts* and *underscore_numbers* are
passed to the :class:`PrettyPrinter` constructor as formatting parameters
and their meanings are as described in its documentation above.
and their meanings are as described in its documentation below.
.. function:: isreadable(object)