Skip to content

Commit 4e7fbff

Browse files
Update Lib/pprint.py
Co-authored-by: donBarbos <[email protected]>
1 parent 9c7afd5 commit 4e7fbff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Lib/pprint.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,8 @@ def _safe_tuple(t):
114114

115115
class PrettyPrinter:
116116
def __init__(self, indent=1, width=80, depth=None, stream=None, *,
117-
compact=False, sort_dicts=True, underscore_numbers=False, block_style=False):
117+
compact=False, sort_dicts=True, underscore_numbers=False,
118+
block_style=False):
118119
"""Handle pretty printing operations onto a stream using a set of
119120
configured parameters.
120121

0 commit comments

Comments
 (0)