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 b8fc7e4 commit 263a95bCopy full SHA for 263a95b
1 file changed
peps/pep-0813.rst
@@ -82,7 +82,7 @@ A new argument to built-in ``print``
82
Built-in :func:`print` takes a new optional argument, appended to the end of the argument list, called
83
``pretty``, which can take one of the following values:
84
85
-* ``None`` - the default. No pretty printing is invoked. Fully backward compatible
+* ``None`` - the default. No pretty printing is invoked. Fully backward compatible.
86
* ``True`` - use a temporary instance of the :py:class:`python:pprint.PrettyPrinter` class to get a
87
pretty representation of the object.
88
* An instance with a ``pformat()`` method, which has the same signature as
0 commit comments