We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
write_api
1 parent ee569c0 commit 9ac3dcfCopy full SHA for 9ac3dcf
README.rst
@@ -353,7 +353,7 @@ The data should be passed as a `InfluxDB Line Protocol <https://docs.influxdata.
353
354
The ``WriteApi`` in batching mode (default mode) is suppose to run as a singleton.
355
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.**
+ or call ``write_api.close()`` at the end of your script.
357
358
*The default instance of WriteApi use batching.*
359
0 commit comments