Skip to content

Commit 8398cc5

Browse files
committed
Fix a doc lint warning
1 parent fe61924 commit 8398cc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/pprint.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ The "__pprint__" protocol
263263

264264
Pretty printing will use an object's ``__repr__`` by default. For custom pretty printing, objects can
265265
implement a ``__pprint__()`` function to customize how their representations will be printed. If this method
266-
exists, it is called with 4 arguments, exactly matching the API of :meth:`PrettyPrinter.format()`. The
266+
exists, it is called with 4 arguments, exactly matching the API of :meth:`PrettyPrinter.format`. The
267267
``__pprint__()`` method is expected to return a string, which is used as the pretty printed representation of
268268
the object.
269269

0 commit comments

Comments
 (0)