Skip to content

Commit d71267f

Browse files
Fix capitalization of asyncio and aiohttp (#2516) (#2517)
1 parent 274b6d7 commit d71267f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/guide/installation.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ $ python -m pip install elasticsearch[async]
2222
--------------------------------------------
2323

2424
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].

docs/sphinx/async.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
Using Asyncio with Elasticsearch
1+
Using asyncio with Elasticsearch
22
================================
33

44
.. py:module:: elasticsearch
55
:no-index:
66

77
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>`_.
99
You can either install ``aiohttp`` directly or use the ``[async]`` extra:
1010

1111
.. code-block:: bash

0 commit comments

Comments
 (0)