Skip to content

Commit cbc392d

Browse files
Update Doc/library/pprint.rst
Co-authored-by: donBarbos <[email protected]>
1 parent 59ed5fd commit cbc392d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Doc/library/pprint.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,8 @@ Functions
107107

108108

109109
.. function:: pprint(object, stream=None, indent=1, width=80, depth=None, *, \
110-
compact=False, sort_dicts=True, underscore_numbers=False, block_style=False)
110+
compact=False, sort_dicts=True, \
111+
underscore_numbers=False, block_style=False)
111112

112113
Alias for :func:`~pprint.pp` with *sort_dicts* set to ``True`` by default,
113114
which would automatically sort the dictionaries' keys,

0 commit comments

Comments
 (0)