Skip to content
Merged
Prev Previous commit
Fix _parse_alt bug
  • Loading branch information
lukelbd committed Jan 7, 2020
commit 737f76cc41d2d34ef9501944ad74fbaf3a238195
2 changes: 1 addition & 1 deletion proplot/axes.py
Original file line number Diff line number Diff line change
Expand Up @@ -1694,7 +1694,7 @@ def _parse_alt(x, kwargs):
kw_bad[key] = value
if kw_bad:
raise TypeError(f'Unexpected keyword argument(s): {kw_bad!r}')
return kwargs
return kw_out


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