8000 Fix doc build failure due to #18440 · timhoffm/matplotlib@f288f4f · GitHub
[go: up one dir, main page]

Skip to content

Commit f288f4f

Browse files
committed
Fix doc build failure due to matplotlib#18440
matplotlib#18440 removed the dedent_intepd function and replaced it with a `Substitution` instance. API-wise this is transparent, but we cannot reference `detent_interpd` in Sphinx docs any more. This PR changes the only reference to a literal.
1 parent 61807e1 commit f288f4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/devel/documenting_mpl.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@ are:
687687
are updated automatically.
688688

689689
The function `matplotlib.artist.kwdoc` and the decorator
690-
`matplotlib.docstring.dedent_interpd` facilitate this. They combine Python
690+
``matplotlib.docstring.interpd`` facilitate this. They combine Python
691691
string interpolation in the docstring with the Matplotlib artist introspection
692692
facility that underlies ``setp`` and ``getp``. The ``kwdoc`` function gives
693693
the list of properties as a docstring. In order to use this in another

0 commit comments

Comments
 (0)
0