Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Commit

Permalink
Merge pull request #610 from dstansby/doc-fixe
Browse files Browse the repository at this point in the history
Some small doc fixes
  • Loading branch information
dstansby authored Nov 2, 2018
2 parents 46ff6dc + b9855ab commit 6bf5ac8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ Version 0.6.2
New features
^^^^^^^^^^^^

- Added `heliopy.data.mms.fpi_des_moms` function. :issue:`601`
- Added `heliopy.data.wind.threedp_e0_emfits` function. :issue:`606`
- Added :meth:`heliopy.data.mms.fpi_des_moms` function. :issue:`601`
- Added :meth:`heliopy.data.wind.threedp_e0_emfits` function. :issue:`606`

Bug fixes
^^^^^^^^^

- Fixed `heliopy.data.mms.fgm_survey` data loading. :issue:`601`
- Fixed :meth:`heliopy.data.mms.fgm_survey` data loading. :issue:`601`

Backwards incompatible changes
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Expand All @@ -28,7 +28,7 @@ New features
Bug fixes
^^^^^^^^^
- The accidentally removed Ulysses spice kernel has returned. :issue:`582`
- `heliopy.data.helper.cdfpeek` has been updated to work with cdflib, and now
- :func:`heliopy.data.helper.cdfpeek` has been updated to work with cdflib, and now
prints all CDF file information.

Version 0.6.0
Expand Down
2 changes: 1 addition & 1 deletion heliopy/data/wind.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def threedp_e0_emfits(starttime, endtime):
return _wind(starttime, endtime, identifier)


threedp_pm.__doc__ = _docstring(
threedp_e0_emfits.__doc__ = _docstring(
'WI_EMFITS_E0_3DP', 'electron moments')


Expand Down

0 comments on commit 6bf5ac8

Please sign in to comment.