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 550483b commit ceb6038Copy full SHA for ceb6038
Doc/library/pprint.rst
@@ -19,9 +19,8 @@ such as files, sockets or classes are included, as well as many other
19
objects which are not representable as Python literals.
20
21
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
-Construct :class:`PrettyPrinter` objects explicitly if you need to adjust the
24
-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.
25
26
Dictionaries are sorted by key before the display is computed.
27
0 commit comments