[itemloader-errors] fixed typo

#3836
This commit is contained in:
Mabel Villalba 2019-06-25 13:56:53 +02:00
parent ad8c980010
commit ef56e34a4a
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ class ItemLoader(object):
return proc(value)
except Exception as e:
raise ValueError(
"Error with inputput processor %s: field=%r value=%r "
"Error with input processor %s: field=%r value=%r "
"error='%s: %s'" % (_proc.__class__.__name__, field_name,
value, type(e).__name__, str(e)))