We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 057ee17 commit 3a090c5Copy full SHA for 3a090c5
Doc/library/pprint.rst
@@ -22,8 +22,6 @@ The formatted representation keeps objects on a single line if it can, and
22
breaks them onto multiple lines if they don't fit within the allowed width,
23
adjustable by the *width* parameter defaulting to 80 characters.
24
25
-Dictionaries are sorted by key before the display is computed.
26
-
27
.. versionchanged:: 3.9
28
Added support for pretty-printing :class:`types.SimpleNamespace`.
29
0 commit comments