Skip to content

Commit b67b208

Browse files
billbrodtimhoffm
andauthored
Update lib/matplotlib/sphinxext/plot_directive.py
Co-authored-by: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com>
1 parent 8378b29 commit b67b208

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

lib/matplotlib/sphinxext/plot_directive.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,9 +163,9 @@
163163
error will be raised.
164164
165165
plot_exclude_patterns
166-
List of non-recursive glob-style patterns to check against to selectively
167-
skip plot directives. If any pattern matches the relative path of the file
168-
containing the plot directive, then that plot directive will be skipped.
166+
List of non-recursive glob-style patterns for selectively skipping plot
167+
directives. If any pattern matches the relative path of a documentation
168+
file, then plot directives in that file will be skipped.
169169
Matches are computed using :external+python:meth:`pathlib.PurePath.match`.
170170
171171
Notes on how it works

0 commit comments

Comments
 (0)