Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
objects which are not representable as Python literals.
The formatted representation keeps objects on a single line if it can, and
-breaks them onto multiple lines if they don't fit within the allowed width.
-Construct :class:`PrettyPrinter` objects explicitly if you need to adjust the
-width constraint.
+breaks them onto multiple lines if they don't fit within the allowed width,
+adjustable by the *width* parameter defaulting to 80 characters.
Dictionaries are sorted by key before the display is computed.