Skip to content

Commit 7f5f246

Browse files
authored
Merge pull request #55 from jdmcbr/patch-1
Update README.rst
2 parents b7e2fca + a671958 commit 7f5f246

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
About
44
-----
55

6-
This is a plugin to faciliate image comparison for
6+
This is a plugin to facilitate image comparison for
77
`Matplotlib <http://www.matplotlib.org>`__ figures in pytest.
88

99
Matplotlib includes a number of test utilities and decorators, but these
1010
are geared towards the `nose <http://nose.readthedocs.org/>`__ testing
1111
framework. Pytest-mpl makes it easy to compare figures produced by tests
1212
to reference images when using `pytest <http://pytest.org>`__.
1313

14-
For each figure to test, the reference image is substracted from the
14+
For each figure to test, the reference image is subtracted from the
1515
generated image, and the RMS of the residual is compared to a
1616
user-specified tolerance. If the residual is too large, the test will
1717
fail (this is implemented using helper functions from

0 commit comments

Comments
 (0)