Skip to content

Commit c632e4e

Browse files
committed
Updated return value documentation
1 parent 2748507 commit c632e4e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/mpl_toolkits/basemap/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2860,7 +2860,8 @@ def drawgreatcircle(self,lon1,lat1,lon2,lat2,del_s=100.,**kwargs):
28602860
method of Basemap instance.
28612861
============== =======================================================
28622862
2863-
Returns a matplotlib.lines.Line2D object.
2863+
Returns a list with a single ``matplotlib.lines.Line2D`` object like a
2864+
call to ``pyplot.plot()``.
28642865
"""
28652866
# use great circle formula for a perfect sphere.
28662867
gc = pyproj.Geod(a=self.rmajor,b=self.rminor)

0 commit comments

Comments
 (0)