File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,4 +22,4 @@ $ python -m pip install elasticsearch[async]
22
22
--------------------------------------------
23
23
24
24
Read more about
25
- https://elasticsearch-py.readthedocs.io/en/master/async.html[how to use Asyncio with this project].
25
+ https://elasticsearch-py.readthedocs.io/en/master/async.html[how to use asyncio with this project].
Original file line number Diff line number Diff line change 1
- Using Asyncio with Elasticsearch
1
+ Using asyncio with Elasticsearch
2
2
================================
3
3
4
4
.. py :module :: elasticsearch
5
5
:no-index:
6
6
7
7
The ``elasticsearch `` package supports async/await with
8
- `Asyncio <https://docs.python.org/3/library/asyncio.html >`_ and `Aiohttp <https://docs.aiohttp.org >`_.
8
+ `asyncio <https://docs.python.org/3/library/asyncio.html >`_ and `aiohttp <https://docs.aiohttp.org >`_.
9
9
You can either install ``aiohttp `` directly or use the ``[async] `` extra:
10
10
11
11
.. code-block :: bash
You can’t perform that action at this time.
0 commit comments