Skip to content

Commit 57f21db

Browse files
authored
Fix the "make suspicious" check on the pprint docs (GH-25193)
1 parent b1dc1aa commit 57f21db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/pprint.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ The :mod:`pprint` module defines one class:
5656
as will fit within the *width* will be formatted on each output line. If
5757
*sort_dicts* is true (the default), dictionaries will be formatted with their
5858
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
59+
*underscore_numbers* is true, integers will be formatted with the
60+
``_`` character for a thousands separator, otherwise underscores are not
6161
displayed (the default).
6262

6363
.. versionchanged:: 3.4

0 commit comments

Comments
 (0)