Skip to content

Commit 08a2b2d

Browse files
[3.13] pythongh-139155: Remove "dictionaries are sorted by key" note in pprint docs (pythonGH-139159) (pythonGH-140004)
pythongh-139155: Remove "dictionaries are sorted by key" note in `pprint` docs (pythonGH-139159) (cherry picked from commit 68622be) Co-authored-by: Bartosz Sławecki <[email protected]>
1 parent 591946d commit 08a2b2d

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)