We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1dc1aa commit 57f21dbCopy full SHA for 57f21db
Doc/library/pprint.rst
@@ -56,8 +56,8 @@ The :mod:`pprint` module defines one class:
56
as will fit within the *width* will be formatted on each output line. If
57
*sort_dicts* is true (the default), dictionaries will be formatted with their
58
keys sorted, otherwise they will display in insertion order. If
59
- *underscore_numbers* is true, integers will be formatted with
60
- ```_``` character for a thousands separator, otherwise underscores are not
+ *underscore_numbers* is true, integers will be formatted with the
+ ``_`` character for a thousands separator, otherwise underscores are not
61
displayed (the default).
62
63
.. versionchanged:: 3.4
0 commit comments