Skip to content

Commit ca13591

Browse files
author
github-actions[bot]
committed
[3.12] gh-115986: Fix inaccuracies in pprint docs (GH-116104) (#116382)
Amend wording after gh-116019 was merged. (cherry picked from commit e205c5cd8f1a49d0ef126123312ee8a40d1416b6) Co-authored-by: Kerim Kabirov <[email protected]> CPython-sync-commit-latest: 23a9ba45ae59217b53bb656fe040ed3817c09998
1 parent a6276a9 commit ca13591

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pot/latest/library/pprint.pot

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: Python 3.12\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2024-02-28 20:19+0000\n"
11+
"POT-Creation-Date: 2024-03-05 21:37+0000\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -57,11 +57,11 @@ msgid "Prints the formatted representation of *object* on *stream*, followed by
5757
msgstr ""
5858

5959
#: ../../library/pprint.rst:59
60-
msgid "The configuration parameters *stream*, *indent*, *width*, *depth*, *compact*, *sort_dicts* and *underscore_numbers* are passed to the :class:`PrettyPrinter` constructor and their meanings are as described in its documentation above."
60+
msgid "The configuration parameters *stream*, *indent*, *width*, *depth*, *compact*, *sort_dicts* and *underscore_numbers* are passed to the :class:`PrettyPrinter` constructor and their meanings are as described in its documentation below."
6161
msgstr ""
6262

6363
#: ../../library/pprint.rst:78
64-
msgid "Return the formatted representation of *object* as a string. *indent*, *width*, *depth*, *compact*, *sort_dicts* and *underscore_numbers* are passed to the :class:`PrettyPrinter` constructor as formatting parameters and their meanings are as described in its documentation above."
64+
msgid "Return the formatted representation of *object* as a string. *indent*, *width*, *depth*, *compact*, *sort_dicts* and *underscore_numbers* are passed to the :class:`PrettyPrinter` constructor as formatting parameters and their meanings are as described in its documentation below."
6565
msgstr ""
6666

6767
#: ../../library/pprint.rst:88

0 commit comments

Comments
 (0)