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 47d139b commit 037b9d8Copy full SHA for 037b9d8
pandas/io/sas.py
@@ -330,7 +330,7 @@ def _read_header(self):
330
field['ntype'] = types[field['ntype']]
331
fl = field['field_length']
332
if field['ntype'] == 'numeric' and ((fl < 2) or (fl > 8)):
333
- raise TypeError("Floating point field width %d is nt between 2 and 8." % fw)
+ raise TypeError("Floating point field width %d is not between 2 and 8." % fw)
334
335
for k, v in field.items():
336
try:
0 commit comments