Skip to content

Commit 737f76c

Browse files
committed
Fix _parse_alt bug
1 parent 0e3079a commit 737f76c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proplot/axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1694,7 +1694,7 @@ def _parse_alt(x, kwargs):
16941694
kw_bad[key] = value
16951695
if kw_bad:
16961696
raise TypeError(f'Unexpected keyword argument(s): {kw_bad!r}')
1697-
return kwargs
1697+
return kw_out
16981698

16991699

17001700
def _parse_rcloc(x, string): # figures out string location

0 commit comments

Comments
 (0)