Skip to content

Commit 4a03296

Browse files
author
Jeff Whitaker
committed
update comment.
1 parent 4f3a30a commit 4a03296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mpl_toolkits/basemap/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2374,7 +2374,7 @@ def addlon(meridians,madd):
23742374
linecolls[k] = _tup(linecolls[k])
23752375
# override __delitem__ in dict to call remove() on values.
23762376
meridict = _dict(linecolls)
2377-
# clip meridian lines and label them.
2377+
# for round polar plots, clip meridian lines and label them.
23782378
if self.round:
23792379
if self.clipcircle not in ax.patches:
23802380
p = ax.add_patch(self.clipcircle)

0 commit comments

Comments
 (0)