]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix the "make suspicious" check on the pprint docs (GH-25193)
authorPablo Galindo <Pablogsal@gmail.com>
Mon, 5 Apr 2021 16:38:10 +0000 (17:38 +0100)
committerGitHub <noreply@github.com>
Mon, 5 Apr 2021 16:38:10 +0000 (17:38 +0100)
Doc/library/pprint.rst

index b3b6ed56a5e17e136231918b550bd1d02c8b0885..756c33a7a8668b60f7a20e141e09b1004c466462 100644 (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