Skip to content

Commit 263a95b

Browse files
warsawhugovk
andauthored
Update peps/pep-0813.rst
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent b8fc7e4 commit 263a95b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

peps/pep-0813.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ A new argument to built-in ``print``
8282
Built-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

0 commit comments

Comments
 (0)