Skip to content

Commit 7778d4a

Browse files
committed
pprint.PrettyPrinter.__init__ underscore_numbers description added in method docstring
1 parent 9cdf05b commit 7778d4a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Lib/pprint.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,9 @@ def __init__(self, indent=1, width=80, depth=None, stream=None, *,
128128
sort_dicts
129129
If true, dict keys are sorted.
130130
131+
underscore_numbers
132+
If true, The number classes will be separated by underscores
133+
131134
"""
132135
indent = int(indent)
133136
width = int(width)

0 commit comments

Comments
 (0)