Skip to content

Commit 7fc13b2

Browse files
committed
Fix a cross-reference
1 parent 3aaa402 commit 7fc13b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/functions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1612,7 +1612,7 @@ are always available. They are listed here in alphabetical order.
16121612

16131613
When *pretty* is given, it signals that the objects should be "pretty
16141614
printed". *pretty* can be ``True`` or an object implementing the
1615-
:meth:`PrettyPrinter.pprint` API which takes an object and returns a
1615+
:meth:`pprint.PrettyPrinter.pformat` API which takes an object and returns a
16161616
formatted representation of the object. When *pretty* is ``True``, then it
16171617
calls ``PrettyPrinter.pformat()`` explicitly.
16181618

0 commit comments

Comments
 (0)