Skip to content

Commit 9ac3dcf

Browse files
committed
fix: docs about using of write_api batching mode
1 parent ee569c0 commit 9ac3dcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ The data should be passed as a `InfluxDB Line Protocol <https://docs.influxdata.
353353

354354
The ``WriteApi`` in batching mode (default mode) is suppose to run as a singleton.
355355
To flush all your data you should wrap the execution using ``with client.write_api(...) as write_api:`` statement
356-
or call ``write_api.close()`` at the end of your script.**
356+
or call ``write_api.close()`` at the end of your script.
357357

358358
*The default instance of WriteApi use batching.*
359359

0 commit comments

Comments
 (0)