Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
Two simple typo fixes.
  • Loading branch information
jdmcbr authored Sep 14, 2017
1 parent b7e2fca commit a671958
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
About
-----

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

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

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

0 comments on commit a671958

Please sign in to comment.