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 3aaa402 commit 7fc13b2Copy full SHA for 7fc13b2
Doc/library/functions.rst
@@ -1612,7 +1612,7 @@ are always available. They are listed here in alphabetical order.
1612
1613
When *pretty* is given, it signals that the objects should be "pretty
1614
printed". *pretty* can be ``True`` or an object implementing the
1615
- :meth:`PrettyPrinter.pprint` API which takes an object and returns a
+ :meth:`pprint.PrettyPrinter.pformat` API which takes an object and returns a
1616
formatted representation of the object. When *pretty* is ``True``, then it
1617
calls ``PrettyPrinter.pformat()`` explicitly.
1618
0 commit comments