diff --git a/doc/devel/documenting_mpl.rst b/doc/devel/documenting_mpl.rst index 575641a4c53d..915e6a0172e5 100644 --- a/doc/devel/documenting_mpl.rst +++ b/doc/devel/documenting_mpl.rst @@ -687,7 +687,7 @@ are: are updated automatically. The function `matplotlib.artist.kwdoc` and the decorator -`matplotlib.docstring.dedent_interpd` facilitate this. They combine Python +``matplotlib.docstring.dedent_interpd`` facilitate this. They combine Python string interpolation in the docstring with the Matplotlib artist introspection facility that underlies ``setp`` and ``getp``. The ``kwdoc`` function gives the list of properties as a docstring. In order to use this in another