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

Commit df70f5c

Browse files
thiagofigueiroxginn8
authored andcommitted
doc: clarify that send_packet takes a list (#545)
1 parent ddc009c commit df70f5c

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)