From c835acb2f2eaef95bbb6805454e972ad573ebf5f Mon Sep 17 00:00:00 2001 From: Michael Droettboom Date: Wed, 27 Jan 2016 09:26:09 -0500 Subject: [PATCH] Update docstring to match kwarg default This was missed when moving to zero-tolerance image comparisons --- lib/matplotlib/testing/decorators.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/matplotlib/testing/decorators.py b/lib/matplotlib/testing/decorators.py index a73dbd150504..ad463f3e5285 100644 --- a/lib/matplotlib/testing/decorators.py +++ b/lib/matplotlib/testing/decorators.py @@ -276,7 +276,7 @@ def image_comparison(baseline_images=None, extensions=None, tol=0, Otherwise, a list of extensions to test. For example ['png','pdf']. - *tol*: (default 13) + *tol*: (default 0) The RMS threshold above which the test is considered failed. *freetype_version*: str or tuple