Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5bc72c1 + ca78e3d commit 24fba58Copy full SHA for 24fba58
1 file changed
lib/matplotlib/testing/decorators.py
@@ -453,7 +453,7 @@ def decorator(func):
453
454
if not {"fig_test", "fig_ref"}.issubset(old_sig.parameters):
455
raise ValueError("The decorated function must have at least the "
456
- "parameters 'fig_ref' and 'fig_test', but your "
+ "parameters 'fig_test' and 'fig_ref', but your "
457
f"function has the signature {old_sig}")
458
459
@pytest.mark.parametrize("ext", extensions)
0 commit comments