Skip to content
This repository was archived by the owner on Oct 29, 2024. It is now read-only.

Commit ff4155c

Browse files
authored
Merge branch 'master' into master
2 parents ccd94bb + df70f5c commit ff4155c

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
@@ -869,7 +869,7 @@ def send_packet(self, packet, protocol='json'):
869869
870870
:param packet: the packet to be sent
871871
:type packet: (if protocol is 'json') dict
872-
(if protocol is 'line') sequence of line protocol strings
872+
(if protocol is 'line') list of line protocol strings
873873
:param protocol: protocol of input data, either 'json' or 'line'
874874
:type protocol: str
875875
"""

0 commit comments

Comments
 (0)