Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ca78e3d

Browse filesBrowse files
committed
[DOC] swapped params in fig_compare_error msg
1 parent bcdd07a commit ca78e3d
Copy full SHA for ca78e3d

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎lib/matplotlib/testing/decorators.py

Copy file name to clipboardExpand all lines: lib/matplotlib/testing/decorators.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ def decorator(func):
453453

454454
if not {"fig_test", "fig_ref"}.issubset(old_sig.parameters):
455455
raise ValueError("The decorated function must have at least the "
456-
"parameters 'fig_ref' and 'fig_test', but your "
456+
"parameters 'fig_test' and 'fig_ref', but your "
457457
f"function has the signature {old_sig}")
458458

459459
@pytest.mark.parametrize("ext", extensions)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.