Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 33f47df

Browse files
committed
Typo
1 parent bc578cf commit 33f47df

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

examples/api/custom_projection_example.py

Lines 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)