We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54eb8bc commit 3772a71Copy full SHA for 3772a71
influxdb/client.py
@@ -132,8 +132,8 @@ def from_DSN(dsn, **kwargs):
132
:type **kwargs: dict
133
:note: parameters provided in **kwargs may override dsn parameters.
134
:note: when using "udp+influxdb" the specified port (if any) will be
135
- used for the TCP connection; specify the udp port with the additional
136
- udp_port parameter (cf. examples).
+ used for the TCP connection; specify the udp port with the
+ additional udp_port parameter (cf. examples).
137
:raise ValueError: if the provided DSN has any unexpected value.
138
"""
139
dsn = dsn.lower()
0 commit comments