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]
2222--------------------------------------------
2323
2424Read 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
22================================
33
44 .. py :module :: elasticsearch
55 :no-index:
66
77The ``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 >`_.
99You can either install ``aiohttp `` directly or use the ``[async] `` extra:
1010
1111 .. code-block :: bash
You can’t perform that action at this time.
0 commit comments