Skip to content

Commit 111c1be

Browse files
committed
add a comma in a comment
1 parent b9db76d commit 111c1be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mpl_toolkits/basemap/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def test_non_monotonous_longitudes(self):
125125
lons = [179, 180, 180, 0, 290, 10, 320, -150, 350, -250, 250]
126126
bm = Basemap(lon_0=0)
127127

128-
# before having several break points would cause the exception,
128+
# before, having several break points would cause the exception,
129129
# inside the shiftdata method called from scatter method.
130130
self.assertRaises(ValueError, bm.shiftdata, lons, fix_wrap_around=True)
131131

0 commit comments

Comments
 (0)