Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7401356

Browse files
authored
docs: minor docstring typo/grammar correction (#687)
1 parentab16384 commit7401356

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎influxdb_client/client/influxdb_client.py

Lines changed: 2 additions & 2 deletions
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 successfullywriten a batch.
268+
:key success_callback: The callable ``callback`` to run afterhavingsuccessfullywritten 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 unsuccessfullywriten a batch.
276+
:key error_callback: The callable ``callback`` to run afterhavingunsuccessfullywritten a batch.
277277
278278
The callable must accept three arguments:
279279
- `Tuple`: ``(bucket, organization, precision)``

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp