8000 DOC : fixed typos · matplotlib/matplotlib@ac1f051 · GitHub
[go: up one dir, main page]

Skip to content

Commit ac1f051

Browse files
committed
DOC : fixed typos
1 parent 70908d1 commit ac1f051

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/devel/testing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,14 +140,14 @@ The :func:`~matplotlib.testing.decorators.image_comparison` decorator
140140
defaults to generating ``png``, ``pdf`` and ``svg`` output, but in
141141
interest of keeping the size of the library from ballooning we should only
142142
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.
144144

145145
There are two optional keyword arguments to the `image_comparison`
146146
decorator:
147147

148148
- `extensions`: If you only wish to test additional image formats
149149
(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
151151
baseline files be sure to only copy the output files, not their
152152
conversions to ``png``. For example only copy the files
153153
ending in ``pdf``, not in ``_pdf.png``.

0 commit comments

Comments
 (0)
0