Skip to content

Commit d1af62c

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

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
@@ -116,7 +116,8 @@ Functions
116116

117117

118118
.. function:: pformat(object, indent=1, width=80, depth=None, *, \
119-
compact=False, sort_dicts=True, underscore_numbers=False, block_style=False)
119+
compact=False, sort_dicts=True, \
120+
underscore_numbers=False, block_style=False)
120121

121122
Return the formatted representation of *object* as a string. *indent*,
122123
*width*, *depth*, *compact*, *sort_dicts*, *underscore_numbers* and *block_style* are

0 commit comments

Comments
 (0)