From 1b2bae020d7039c94f6e24172916deb5619b1da9 2021-06-04 09:12:45 From: Matthias Bussonnier Date: 2021-06-04 09:12:45 Subject: [PATCH] Apply suggestions from code review --- diff --git a/docs/source/config/integrating.rst b/docs/source/config/integrating.rst index 783a825..a045968 100644 --- a/docs/source/config/integrating.rst +++ b/docs/source/config/integrating.rst @@ -94,7 +94,7 @@ Special methods Pretty printing """"""""""""""" -To customize how your object is pretty-printed, add a `_repr_pretty_` method +To customize how your object is pretty-printed, add a ``_repr_pretty_`` method to the class. The method should accept a pretty printer, and a boolean that indicates whether the printer detected a cycle.