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.
1 parent bcdd07a commit ca78e3dCopy full SHA for ca78e3d
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