Typo fix, thanks willkg

This commit is contained in:
Honza Král
2014-03-10 16:10:17 +01:00
parent 152e133cc2
commit 1292ac2f47
+1 -1
View File
@@ -17,7 +17,7 @@ class ElasticsearchException(Exception):
class SerializationError(ElasticsearchException):
"""
Data passed int failed to serialize properly in the ``Serializer`` being
Data passed in failed to serialize properly in the ``Serializer`` being
used.
"""