Skip to content

Commit a5ce898

Browse files
committed
typo
1 parent 37777f5 commit a5ce898

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

specutils/io/parsing_utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def spectrum_from_column_mapping(table, column_mapping, wcs=None, correl=None, v
150150
'Ignoring correlation matrix data.')
151151
correl = None
152152
# NOTE: This is not an `else` or `elif` block in order to catch the
153-
# change to correl=None when handling the excemption above.
153+
# change to correl=None when handling the exception above.
154154
if correl is None:
155155
spec_kwargs['uncertainty'] = StdDevUncertainty(spec_kwargs.get('uncertainty'))
156156

@@ -313,7 +313,7 @@ def _find_spectral_column(table, columns_to_search, spectral_axis):
313313
'Ignoring correlation matrix data.')
314314
correl = None
315315
# NOTE: This is not an `else` or `elif` block in order to catch the
316-
# change to correl=None when handling the excemption above.
316+
# change to correl=None when handling the exception above.
317317
if correl is None:
318318
err = StdDevUncertainty(err.to(err.unit))
319319
if np.min(table[err_column]) <= 0.:

0 commit comments

Comments
 (0)