Skip to content

Commit ee4f470

Browse files
authored
Merge pull request matplotlib#31711 from lucaznch/doc-boilerplate
DOC: Correct test path in boilerplate.py docstring
2 parents dbfc4c8 + 672aa48 commit ee4f470

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/boilerplate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
of Figure and Axes. Whenever the API of one of the wrapped methods changes,
1212
this script has to be rerun to keep pyplot.py up to date.
1313
14-
The test ``lib/matplotlib/test_pyplot.py::test_pyplot_up_to_date`` checks
14+
The test ``lib/matplotlib/tests/test_pyplot.py::test_pyplot_up_to_date`` checks
1515
that the autogenerated part of pyplot.py is up to date. It will fail in the
1616
case of an API mismatch and remind the developer to rerun this script.
1717
"""

0 commit comments

Comments
 (0)