summaryrefslogtreecommitdiffstats
path: root/Lib/pprint.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/pprint.py')
-rw-r--r--Lib/pprint.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/Lib/pprint.py b/Lib/pprint.py
index 34ed126..9314701 100644
--- a/Lib/pprint.py
+++ b/Lib/pprint.py
@@ -128,6 +128,9 @@ class PrettyPrinter:
sort_dicts
If true, dict keys are sorted.
+ underscore_numbers
+ If true, digit groups are separated with underscores.
+
"""
indent = int(indent)
width = int(width)