diff --git a/elasticsearch/exceptions.py b/elasticsearch/exceptions.py index 4ac452af..345dd0b7 100644 --- a/elasticsearch/exceptions.py +++ b/elasticsearch/exceptions.py @@ -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. """