From 35afe32a6dc34bf8cdd946a3723b59b2d0b375a4 Mon Sep 17 00:00:00 2001 From: Luca Wintergerst Date: Thu, 21 Nov 2019 17:26:59 +0100 Subject: [PATCH] fix typo in transport docs --- elasticsearch/transport.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elasticsearch/transport.py b/elasticsearch/transport.py index 9002f8d7..02fe79bf 100644 --- a/elasticsearch/transport.py +++ b/elasticsearch/transport.py @@ -311,7 +311,7 @@ class Transport(object): underlying :class:`~elasticsearch.Connection` class :arg params: dictionary of query parameters, will be handed over to the underlying :class:`~elasticsearch.Connection` class for serialization - :arg body: body of the request, will be serializes using serializer and + :arg body: body of the request, will be serialized using serializer and passed to the connection """ if body is not None: