Skip to content

Commit 672aa48

Browse files
committed
DOC: Correct test path in boilerplate.py docstring
1 parent dbfc4c8 commit 672aa48

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)