File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Motivation
2020==========
2121
2222"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 ``
23+ readability. The core functionality is implemented by the standard library :mod: `pprint ` module . ``pprint ``
2424includes a class and APIs which users can invoke to format and print more readable representations of objects.
2525Important use cases include pretty printing large dictionaries and other complicated objects.
2626
@@ -82,7 +82,7 @@ A new argument to built-in ``print``
8282Built-in :func: `print ` takes a new optional argument, appended to the end of the argument list, called
8383``pretty ``, which can take one of the following values:
8484
85- * ``None `` - the default. No pretty printing is invoked. Fully backward compatible
85+ * ``None `` - the default. No pretty printing is invoked. Fully backward compatible.
8686* ``True `` - use a temporary instance of the :py:class: `python:pprint.PrettyPrinter ` class to get a
8787 pretty representation of the object.
8888* An instance with a ``pformat() `` method, which has the same signature as
You can’t perform that action at this time.
0 commit comments