Skip to content

Commit 05123bd

Browse files
cvanelterenCopilot
andauthored
Update ultraplot/axes/geo.py
Co-authored-by: Copilot <[email protected]>
1 parent 85b15e0 commit 05123bd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ultraplot/axes/geo.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1568,7 +1568,9 @@ def _to_label_array(arg: Any, lon: bool = True) -> list[bool | None]:
15681568
)
15691569
array.append(b)
15701570
if len(array) != 5:
1571-
raise ValueError(f"Invald boolean label array length {len(array)}.")
1571+
raise ValueError(
1572+
f"Invalid boolean label array length {len(array)}."
1573+
)
15721574
else:
15731575
raise ValueError(f"Invalid {which}label spec: {arg}.")
15741576
return array

0 commit comments

Comments
 (0)