From 9b7b4a2e06563aa7aa5eac5dc6a6f2a31351194f Mon Sep 17 00:00:00 2001 From: Pablo Galindo Date: Mon, 5 Apr 2021 17:37:14 +0100 Subject: [PATCH] Fix the "make suspicious" check on the pprint docs --- Doc/library/pprint.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/library/pprint.rst b/Doc/library/pprint.rst index b3b6ed56a5e17e..756c33a7a8668b 100644 --- a/Doc/library/pprint.rst +++ b/Doc/library/pprint.rst @@ -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