fix typo in transport docs
This commit is contained in:
committed by
Honza Král
parent
07fef33acc
commit
35afe32a6d
@@ -311,7 +311,7 @@ class Transport(object):
|
|||||||
underlying :class:`~elasticsearch.Connection` class
|
underlying :class:`~elasticsearch.Connection` class
|
||||||
:arg params: dictionary of query parameters, will be handed over to the
|
:arg params: dictionary of query parameters, will be handed over to the
|
||||||
underlying :class:`~elasticsearch.Connection` class for serialization
|
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
|
passed to the connection
|
||||||
"""
|
"""
|
||||||
if body is not None:
|
if body is not None:
|
||||||
|
|||||||
Reference in New Issue
Block a user