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 263a95b commit a8598f7Copy full SHA for a8598f7
peps/pep-0813.rst
@@ -20,7 +20,7 @@ Motivation
20
==========
21
22
"Pretty printing" is a feature which provides a capability to format object representations for better
23
-readability. The core functionality is implemented by the standard library :mod:`pprint`. ``pprint``
+readability. The core functionality is implemented by the standard library :mod:`pprint` module. ``pprint``
24
includes a class and APIs which users can invoke to format and print more readable representations of objects.
25
Important use cases include pretty printing large dictionaries and other complicated objects.
26
0 commit comments