mirror of https://github.com/python/cpython
Fix the "make suspicious" check on the pprint docs (GH-25193)
This commit is contained in:
parent
b1dc1aacf8
commit
57f21db3f6
|
@ -56,8 +56,8 @@ The :mod:`pprint` module defines one class:
|
|||
as will fit within the *width* will be formatted on each output line. If
|
||||
*sort_dicts* is true (the default), dictionaries will be formatted with their
|
||||
keys sorted, otherwise they will display in insertion order. If
|
||||
*underscore_numbers* is true, integers will be formatted with
|
||||
```_``` 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
|
||||
displayed (the default).
|
||||
|
||||
.. versionchanged:: 3.4
|
||||
|
|
Loading…
Reference in New Issue