Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 33f47df

Browse filesBrowse files
committed
Typo
1 parent bc578cf commit 33f47df
Copy full SHA for 33f47df

File tree

Expand file treeCollapse file tree

1 file changed

+4
-4
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-4
lines changed

‎examples/api/custom_projection_example.py

Copy file name to clipboardExpand all lines: examples/api/custom_projection_example.py
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -366,12 +366,12 @@ class HammerAxes(GeoAxes):
366366
A custom class for the Aitoff-Hammer projection, an equal-area map
367367
projection.
368368
369-
http://en.wikipedia.org/wiki/Hammer_projection
369+
https://en.wikipedia.org/wiki/Hammer_projection
370370
"""
371371

372-
# The projection must specify a name. This will be used be the
373-
# user to select the projection, i.e. ``subplot(111,
374-
# projection='custom_hammer')``.
372+
# The projection must specify a name. This will be used by the
373+
# user to select the projection,
374+
# i.e. ``subplot(111, projection='custom_hammer')``.
375375
name = 'custom_hammer'
376376

377377
class HammerTransform(Transform):

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.