File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -140,14 +140,14 @@ The :func:`~matplotlib.testing.decorators.image_comparison` decorator
140
140
defaults to generating ``png ``, ``pdf `` and ``svg `` output, but in
141
141
interest of keeping the size of the library from ballooning we should only
142
142
include the ``svg `` or ``pdf `` outputs if the test is explicitly exercising
143
- a feature that this backend dependent .
143
+ a feature dependent on that backend .
144
144
145
145
There are two optional keyword arguments to the `image_comparison `
146
146
decorator:
147
147
148
148
- `extensions `: If you only wish to test additional image formats
149
149
(rather than just `png `), pass any additional file types in the
150
- list list of the extensions to test. When copying the new
150
+ list of the extensions to test. When copying the new
151
151
baseline files be sure to only copy the output files, not their
152
152
conversions to ``png ``. For example only copy the files
153
153
ending in ``pdf ``, not in ``_pdf.png ``.
You can’t perform that action at this time.
0 commit comments