Skip to content

Commit 283ed38

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

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
@@ -164,7 +164,8 @@ PrettyPrinter Objects
164164
.. index:: single: ...; placeholder
165165

166166
.. class:: PrettyPrinter(indent=1, width=80, depth=None, stream=None, *, \
167-
compact=False, sort_dicts=True, underscore_numbers=False, block_style=False)
167+
compact=False, sort_dicts=True, \
168+
underscore_numbers=False, block_style=False)
168169

169170
Construct a :class:`PrettyPrinter` instance.
170171

0 commit comments

Comments
 (0)