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 fe61924 commit 8398cc5Copy full SHA for 8398cc5
Doc/library/pprint.rst
@@ -263,7 +263,7 @@ The "__pprint__" protocol
263
264
Pretty printing will use an object's ``__repr__`` by default. For custom pretty printing, objects can
265
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
+exists, it is called with 4 arguments, exactly matching the API of :meth:`PrettyPrinter.format`. The
267
``__pprint__()`` method is expected to return a string, which is used as the pretty printed representation of
268
the object.
269
0 commit comments