fix typo in transport docs

This commit is contained in:
Luca Wintergerst
2019-11-21 10:38:43 -06:00
committed by Honza Král
parent 07fef33acc
commit 35afe32a6d
+1 -1
View File
@@ -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: