Update connection.rst (#768)

Changed parameter name
This commit is contained in:
Daniel Chimeno
2018-04-12 12:20:03 -06:00
committed by Nick Lang
parent 408093440c
commit 5ecc1bd209
+1 -1
View File
@@ -24,7 +24,7 @@ For example if you wanted to use your own implementation of the
Transport
---------
.. 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)
.. 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)
:members: