Skip to content

Commit 59ed5fd

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

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
@@ -36,7 +36,8 @@ Functions
3636
---------
3737

3838
.. function:: pp(object, stream=None, indent=1, width=80, depth=None, *, \
39-
compact=False, sort_dicts=False, underscore_numbers=False, block_style=False)
39+
compact=False, sort_dicts=False, underscore_numbers=False, \
40+
block_style=False)
4041

4142
Prints the formatted representation of *object*, followed by a newline.
4243
This function may be used in the interactive interpreter

0 commit comments

Comments
 (0)