File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ Functions
59
59
The configuration parameters *stream *, *indent *, *width *, *depth *,
60
60
*compact *, *sort_dicts * and *underscore_numbers * are passed to the
61
61
:class: `PrettyPrinter ` constructor and their meanings are as
62
- described in its documentation above .
62
+ described in its documentation below .
63
63
64
64
>>> import pprint
65
65
>>> stuff = [' spam' , ' eggs' , ' lumberjack' , ' knights' , ' ni' ]
@@ -78,7 +78,7 @@ Functions
78
78
Return the formatted representation of *object * as a string. *indent *,
79
79
*width *, *depth *, *compact *, *sort_dicts * and *underscore_numbers * are
80
80
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 .
82
82
83
83
84
84
.. function :: isreadable(object)
You can’t perform that action at this time.
0 commit comments