From d82ea44da1f77b7ef5d1e3640764a09e93e3eacc Mon Sep 17 00:00:00 2001 From: Benjamin Date: Mon, 11 May 2026 23:06:57 +0200 Subject: [PATCH] Correct a typo in `src/mpl_toolkits/basemap/__init__.py` --- src/mpl_toolkits/basemap/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mpl_toolkits/basemap/__init__.py b/src/mpl_toolkits/basemap/__init__.py index d5f344f51..30ed1ac40 100644 --- a/src/mpl_toolkits/basemap/__init__.py +++ b/src/mpl_toolkits/basemap/__init__.py @@ -2103,7 +2103,7 @@ def readshapefile(self,shapefile,name,drawbounds=True,zorder=None, ================ ===================================================== drawbounds draw boundaries of shapes (default True). zorder shape boundary zorder (if not specified, - default for mathplotlib.lines.LineCollection + default for matplotlib.lines.LineCollection is used). linewidth shape boundary line width (default 0.5) color shape boundary line color (default black)