Skip to content

Commit

Permalink
Merge pull request #2386 from BhavyeMathur/main
Browse files Browse the repository at this point in the history
Removed dict annotation from GeoAxes.gridlines
  • Loading branch information
rcomer authored May 17, 2024
2 parents 08bc58d + 01314a2 commit 6adeeaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cartopy/mpl/geoaxes.py
Original file line number Diff line number Diff line change
Expand Up @@ -1473,7 +1473,7 @@ def gridlines(self, crs=None, draw_labels=False,
Keyword Parameters
------------------
**kwargs: dict
**kwargs:
All other keywords control line properties. These are passed
through to :class:`matplotlib.collections.Collection`.
Expand Down

0 comments on commit 6adeeaa

Please sign in to comment.