From 1292ac2f47fbf3ed3608d0cb823909566b0d4193 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Honza=20Kr=C3=A1l?= Date: Mon, 10 Mar 2014 16:10:17 +0100 Subject: [PATCH] Typo fix, thanks willkg --- elasticsearch/exceptions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. """