Skip to content

Commit 3a090c5

Browse files
authored
Remove "dictionaries are sorted" sentence
1 parent 057ee17 commit 3a090c5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Doc/library/pprint.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ The formatted representation keeps objects on a single line if it can, and
2222
breaks them onto multiple lines if they don't fit within the allowed width,
2323
adjustable by the *width* parameter defaulting to 80 characters.
2424

25-
Dictionaries are sorted by key before the display is computed.
26-
2725
.. versionchanged:: 3.9
2826
Added support for pretty-printing :class:`types.SimpleNamespace`.
2927

0 commit comments

Comments
 (0)