We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 286e513 commit 9003ae6Copy full SHA for 9003ae6
spectral/io/envi.py
@@ -190,7 +190,7 @@ def read_envi_header(file):
190
msg = 'Parameters with non-lowercase names encountered ' \
191
'and converted to lowercase. To retain source file ' \
192
'parameter name capitalization, set ' \
193
- 'spectral.setttings.envi_support_nonlowercase_params to ' \
+ 'spectral.settings.envi_support_nonlowercase_params to ' \
194
'True.'
195
warnings.warn(msg)
196
print('Header parameter names converted to lower case.')
0 commit comments