Skip to content

Commit cd0a257

Browse files
committed
One more linting bug
1 parent 5555617 commit cd0a257

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

peps/pep-0813.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,10 @@ Built-in :func:`print` takes a new optional argument, appended to the end of the
8787
* ``True`` - use a temporary instance of the :py:class:`python:pprint.PrettyPrinter` class to get a
8888
pretty representation of the object.
8989
* An instance with a ``pformat()`` method, which has the same signature as
90-
:py:meth:`python:pprint.PrettyPrinter.pformat`. When given, this will usually be an instance of a subclass of
91-
`PrettyPrinter` with its `pformat()` method overridden. Note that this form requires **an
92-
instance** of a pretty printer, not a class, as only ``print(..., pretty=True)`` performs implicit
93-
instantiation.
90+
:py:meth:`python:pprint.PrettyPrinter.pformat`. When given, this will usually be an instance of a
91+
subclass of ``PrettyPrinter`` with its ``pformat()`` method overridden. Note that this form
92+
requires **an instance** of a pretty printer, not a class, as only ``print(..., pretty=True)``
93+
performs implicit instantiation.
9494

9595

9696
Examples

0 commit comments

Comments
 (0)