Fix the "make suspicious" check on the pprint docs (GH-25193)

This commit is contained in:
Pablo Galindo 2021-04-05 17:38:10 +01:00 committed by GitHub
parent b1dc1aacf8
commit 57f21db3f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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