Skip to content

Commit 6f93d52

Browse files
committed
docs: change log example fix
1 parent 4e1223a commit 6f93d52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ The following example shows how to migrate to the new API.
176176
'token_y=token_y=Dt5tbS1dEDMSYfym3fgMv0B99szno-dFc1rYF9t0aac;' +
177177
'auto_flush_rows=off;' +
178178
'auto_flush_interval=off;' +
179-
'auto_flush_bytes=64512')
179+
'auto_flush_bytes=64512;')
180180
with Sender.from_conf(conf) as sender:
181181
sender.row(
182182
'test_table',

0 commit comments

Comments
 (0)