Skip to content

Commit 7401356

Browse files
authored
docs: minor docstring typo/grammar correction (influxdata#687)
1 parent ab16384 commit 7401356

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

influxdb_client/client/influxdb_client.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -265,15 +265,15 @@ def retry(self, conf: (str, str, str), data: str, exception: InfluxDBError):
265265
266266
:param write_options: Write API configuration
267267
:param point_settings: settings to store default tags
268-
:key success_callback: The callable ``callback`` to run after successfully writen a batch.
268+
:key success_callback: The callable ``callback`` to run after having successfully written a batch.
269269
270270
The callable must accept two arguments:
271271
- `Tuple`: ``(bucket, organization, precision)``
272272
- `str`: written data
273273
274274
**[batching mode]**
275275
276-
:key error_callback: The callable ``callback`` to run after unsuccessfully writen a batch.
276+
:key error_callback: The callable ``callback`` to run after having unsuccessfully written a batch.
277277
278278
The callable must accept three arguments:
279279
- `Tuple`: ``(bucket, organization, precision)``

0 commit comments

Comments
 (0)