Skip to content

Commit a1bf979

Browse files
clarify that this is a Python DSL
1 parent 849b87e commit a1bf979

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/guide/dsl/asyncio.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[[asyncio]]
2-
==== Using asyncio with Elasticsearch DSL
2+
==== Using asyncio with Elasticsearch Python DSL
33

44
The DSL module supports async/await with
55
https://docs.python.org/3/library/asyncio.html[asyncio]. To ensure that

docs/guide/elasticsearch-dsl.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[[elasticsearch-dsl]]
2-
== Elasticsearch DSL
2+
== Elasticsearch Python DSL
33

44
Elasticsearch DSL is a module of the official Python client that aims to help
55
with writing and running queries against Elasticsearch in a more convenient and

docs/guide/index-custom-title-page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ <h4 class="mt-3">
136136
<a href="integrations.html">Integrations</a>
137137
</li>
138138
<li>
139-
<a href="elasticsearch-dsl.html">Elasticsearch DSL</a>
139+
<a href="elasticsearch-dsl.html">Elasticsearch Python DSL</a>
140140
</li>
141141
<li>
142142
<a href="client-helpers.html">Client helpers</a>

docs/guide/overview.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ some of the more engaging tasks like bulk indexing and reindexing.
8282

8383

8484
[discrete]
85-
=== Elasticsearch DSL
85+
=== Elasticsearch Python DSL
8686

8787
For a higher level access with more limited scope, have a look at the DSL module,
8888
which provides a more convenient and idiomatic way to write and manipulate

0 commit comments

Comments
 (0)