Skip to content

Commit 90b532b

Browse files
authored
DOC: Typo in Rykoff error (#550)
1 parent 3b275c6 commit 90b532b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

skypy/utils/photometry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ def absolute_magnitude_from_luminosity(luminosity, zeropoint=None):
310310

311311

312312
def magnitude_error_rykoff(magnitude, magnitude_limit, magnitude_zp, a, b, error_limit=np.inf):
313-
r"""Magnitude error acoording to the model from Rykoff et al. (2015).
313+
r"""Magnitude error according to the model from Rykoff et al. (2015).
314314
315315
Given an apparent magnitude calculate the magnitude error that is introduced
316316
by the survey specifications and follows the model described in Rykoff et al. (2015).

0 commit comments

Comments
 (0)