Skip to content

Commit d82ea44

Browse files
BenjaminBenjamin
authored andcommitted
Correct a typo in src/mpl_toolkits/basemap/__init__.py
1 parent 912b90b commit d82ea44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mpl_toolkits/basemap/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2103,7 +2103,7 @@ def readshapefile(self,shapefile,name,drawbounds=True,zorder=None,
21032103
================ =====================================================
21042104
drawbounds draw boundaries of shapes (default True).
21052105
zorder shape boundary zorder (if not specified,
2106-
default for mathplotlib.lines.LineCollection
2106+
default for matplotlib.lines.LineCollection
21072107
is used).
21082108
linewidth shape boundary line width (default 0.5)
21092109
color shape boundary line color (default black)

0 commit comments

Comments
 (0)