Skip to content

Commit 99eb2f6

Browse files
authored
fix typo in error message (#63)
1 parent 5755c66 commit 99eb2f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mplotutils/xrcompat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def infer_interval_breaks(x, y, clip=False):
1111

1212
# TODO: require cartopy >= 0.21 when removing this function
1313
warnings.warn(
14-
"It's no longer necessary to compute the edges of the array. This is now done"
14+
"It's no longer necessary to compute the edges of the array. This is now done "
1515
"in matplotlib. This function will be removed from mplotutils in a future "
1616
"version.",
1717
FutureWarning,

0 commit comments

Comments
 (0)