Skip to content

Commit

Permalink
Merge pull request #1328 from gyengen/docfix
Browse files Browse the repository at this point in the history
fix typo in convert_hpc_hg
  • Loading branch information
dpshelio committed Mar 16, 2015
2 parents f3f43d4 + 3971a25 commit e3fcb64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sunpy/wcs/wcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ def convert_hpc_hg(x, y, b0_deg=0, l0_deg=0, dsun_meters=None, angle_units='arcs
Examples
--------
>>> sunpy.wcs.convert_hg_hpc(382, 748, b0_deg=-7.064078, l0_deg=0.0)
>>> sunpy.wcs.convert_hpc_hg(382, 748, b0_deg=-7.064078, l0_deg=0.0)
(34.504653439914669, 45.443143275518182)
"""

Expand Down

0 comments on commit e3fcb64

Please sign in to comment.