Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
matteobachetti committed Jun 16, 2020
1 parent 59c29a3 commit 802b185
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stingray/events.py
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ def change_mjdref(self, new_mjdref):
Returns
-------
new_lc : lightcurve.Lightcurve object
new_lc : :class:`EventList` object
The new LC shifted by MJDREF
"""
time_shift = (self.mjdref - new_mjdref) * 86400
Expand All @@ -539,7 +539,7 @@ def change_mjdref(self, new_mjdref):

def shift(self, time_shift):
"""
Shift the light curve and the GTIs in time.
Shift the events and the GTIs in time.
Parameters
----------
Expand Down

0 comments on commit 802b185

Please sign in to comment.