We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentab16384 commit7401356Copy full SHA for 7401356
influxdb_client/client/influxdb_client.py
@@ -265,15 +265,15 @@ def retry(self, conf: (str, str, str), data: str, exception: InfluxDBError):
265
266
:param write_options: Write API configuration
267
:param point_settings: settings to store default tags
268
- :key success_callback: The callable ``callback`` to run after successfullywriten a batch.
+ :key success_callback: The callable ``callback`` to run afterhavingsuccessfullywritten a batch.
269
270
The callable must accept two arguments:
271
- `Tuple`: ``(bucket, organization, precision)``
272
- `str`: written data
273
274
**[batching mode]**
275
276
- :key error_callback: The callable ``callback`` to run after unsuccessfullywriten a batch.
+ :key error_callback: The callable ``callback`` to run afterhavingunsuccessfullywritten a batch.
277
278
The callable must accept three arguments:
279