Skip to content

Commit

Permalink
pythongh-115986: Fix inaccuracies in pprint docs (python#116104)
Browse files Browse the repository at this point in the history
Amend wording after pythongh-116019 was merged.
  • Loading branch information
Privat33r-dev authored and adorilson committed Mar 25, 2024
1 parent ecff5ec commit d2013fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Doc/library/pprint.rst
Expand Up @@ -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']
Expand All @@ -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)
Expand Down

0 comments on commit d2013fd

Please sign in to comment.