Skip to content

Commit 9b288a1

Browse files
authored
docstring typo fixes
cheers
1 parent f639f9b commit 9b288a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

elasticsearch/helpers/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,9 +166,9 @@ def streaming_bulk(client, actions, chunk_size=500, max_chunk_bytes=100 * 1024 *
166166
should return a tuple containing the action line and the data line
167167
(`None` if data line should be omitted).
168168
:arg max_retries: maximum number of times a document will be retried when
169-
``429`` is received, set to 0 (default) for no retires on ``429``
169+
``429`` is received, set to 0 (default) for no retries on ``429``
170170
:arg initial_backoff: number of seconds we should wait before the first
171-
retry. Any subsequent retries will be powers of ``inittial_backoff *
171+
retry. Any subsequent retries will be powers of ``initial_backoff *
172172
2**retry_number``
173173
:arg max_backoff: maximum number of seconds a retry will wait
174174
:arg yield_ok: if set to False will skip successful documents in the output

0 commit comments

Comments
 (0)