Skip to content

Commit bfc582b

Browse files
sblondonxginn8
authored andcommitted
Fix minor spelling error (influxdata#744)
`the connections is` -> `the connection is` Or should it be `the connections are` ?
1 parent 6baf7ee commit bfc582b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/api-documentation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ These clients are initiated in the same way as the
3030
client = DataFrameClient(host='127.0.0.1', port=8086, username='root', password='root', database='dbname')
3131

3232

33-
.. note:: Only when using UDP (use_udp=True) the connections is established.
33+
.. note:: Only when using UDP (use_udp=True) the connection is established.
3434

3535

3636
.. _InfluxDBClient-api:

0 commit comments

Comments
 (0)