-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix some typos #14055
fix some typos #14055
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## branch-3.6 #14055 +/- ##
=============================================
Coverage ? 93.21%
=============================================
Files ? 282
Lines ? 19892
Branches ? 0
=============================================
Hits ? 18542
Misses ? 1350
Partials ? 0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just one comment
examples/plotting/airports_map.py
Outdated
def plot(tile_source: TileSource): | ||
# set to roughly extent of points | ||
# set to roughly extend of points |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably: Set to rough extents of the points
While working on #13958 I found some typos in other examples and suggest a fix.