Skip to content

Commit 3772a71

Browse files
author
aviau
committed
More improvements to from_DSN docstring
1 parent 54eb8bc commit 3772a71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

influxdb/client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ def from_DSN(dsn, **kwargs):
132132
:type **kwargs: dict
133133
:note: parameters provided in **kwargs may override dsn parameters.
134134
: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).
135+
used for the TCP connection; specify the udp port with the
136+
additional udp_port parameter (cf. examples).
137137
:raise ValueError: if the provided DSN has any unexpected value.
138138
"""
139139
dsn = dsn.lower()

0 commit comments

Comments
 (0)