Skip to content

Commit

Permalink
coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
byrdie committed Nov 8, 2024
1 parent 194c85c commit 38df83f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion named_arrays/plt.py
Original file line number Diff line number Diff line change
Expand Up @@ -892,7 +892,7 @@ def pspectralmesh(
if isinstance(XY, na.AbstractCartesian2dVectorArray):
x = XY.x
y = XY.y
else:
else: # pragma: nocover
raise TypeError(
"if two positional arguments, "
"the second argument must be an instance of"
Expand Down

0 comments on commit 38df83f

Please sign in to comment.