Skip to content

Commit d8024d9

Browse files
Apply suggestions from code review
Co-authored-by: Quentin Pradet <[email protected]>
1 parent 5a01221 commit d8024d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

elasticsearch_dsl/_async/document.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -466,12 +466,12 @@ async def bulk(
466466
:arg actions: a generator that returns document instances to be indexed,
467467
bulk operation dictionaries.
468468
:arg using: connection alias to use, defaults to ``'default'``
469-
:arg index: elasticsearch index to use, if the ``Document`` is
469+
:arg index: Elasticsearch index to use, if the ``Document`` is
470470
associated with an index this can be omitted.
471471
:arg validate: set to ``False`` to skip validating the documents
472472
:arg skip_empty: if set to ``False`` will cause empty values (``None``,
473473
``[]``, ``{}``) to be left on the document. Those values will be
474-
stripped out otherwise as they make no difference in elasticsearch.
474+
stripped out otherwise as they make no difference in Elasticsearch.
475475
476476
Any additional keyword arguments will be passed to
477477
``Elasticsearch.bulk`` unchanged.

0 commit comments

Comments
 (0)