Skip to content

Commit

Permalink
minor , added
Browse files Browse the repository at this point in the history
  • Loading branch information
abhijeetmanhas committed Feb 16, 2020
1 parent 371828d commit 6f5dd07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sunpy/net/dataretriever/sources/kanzelhohe.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class KanzelhoheClient(GenericClient):
Examples
--------
>>> from sunpy.net import Fido, attrs as a
>>> timerange = a.Time('2015/12/28 00:00:00','2015/12/28 09:03:00'),
>>> timerange = a.Time('2015/12/28 00:00:00','2015/12/28 09:03:00')
>>> results = Fido.search(timerange, a.Instrument('kanzelhohe'),
... a.Wavelength(6563*u.AA)) #doctest: +REMOTE_DATA
>>> print(results) #doctest: +REMOTE_DATA
Expand Down

0 comments on commit 6f5dd07

Please sign in to comment.