Skip to content

Commit da0eb9a

Browse files
committed
Merge pull request influxdata#312 from francescou/master
type use_udp: bool
2 parents 0a193cf + 414b8bb commit da0eb9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

influxdb/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class InfluxDBClient(object):
5454
establish a connection, defaults to None
5555
:type timeout: int
5656
:param use_udp: use UDP to connect to InfluxDB, defaults to False
57-
:type use_udp: int
57+
:type use_udp: bool
5858
:param udp_port: UDP port to connect to InfluxDB, defaults to 4444
5959
:type udp_port: int
6060
:param proxies: HTTP(S) proxy to use for Requests, defaults to {}

0 commit comments

Comments
 (0)