Skip to content

Commit 5ecc1bd

Browse files
dchimenofxdgear
authored andcommitted
Update connection.rst (elastic#768)
Changed parameter name
1 parent 4080934 commit 5ecc1bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/connection.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ For example if you wanted to use your own implementation of the
2424
Transport
2525
---------
2626

27-
.. autoclass:: Transport(hosts, connection_class=Urllib3HttpConnection, connection_pool_class=ConnectionPool, nodes_to_host_callback=construct_hosts_list, sniff_on_start=False, sniffer_timeout=None, sniff_on_connection_fail=False, serializer=JSONSerializer(), max_retries=3, ** kwargs)
27+
.. autoclass:: Transport(hosts, connection_class=Urllib3HttpConnection, connection_pool_class=ConnectionPool, host_info_callback=construct_hosts_list, sniff_on_start=False, sniffer_timeout=None, sniff_on_connection_fail=False, serializer=JSONSerializer(), max_retries=3, ** kwargs)
2828
:members:
2929

3030

0 commit comments

Comments
 (0)