Skip to content

Commit 16d90d8

Browse files
authored
Merge pull request matplotlib#28019 from adamjstewart/docs/testing
DOC: correct path to mpl_toolkits reference images
2 parents 428f569 + 9411d7f commit 16d90d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/devel/testing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ The correct target folder can be found using::
315315

316316
python -c "import matplotlib.tests; print(matplotlib.tests.__file__.rsplit('/', 1)[0])"
317317

318-
An analogous copying of :file:`lib/mpl_toolkits/tests/baseline_images`
318+
An analogous copying of :file:`lib/mpl_toolkits/*/tests/baseline_images`
319319
is necessary for testing ``mpl_toolkits``.
320320

321321
Run the tests

0 commit comments

Comments
 (0)