Skip to content

Commit

Permalink
[PR #7309/28438834 backport][3.9] Fix a couple of typos in the docs (#…
Browse files Browse the repository at this point in the history
…7311)

Co-authored-by: Dan Davison <[email protected]>
  • Loading branch information
patchback[bot] and dandavison authored Jul 9, 2023
1 parent 6536cb5 commit a652ca9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/client_quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ endpoints of ``http://httpbin.org`` can be used the following code::
.. note::

Don't create a session per request. Most likely you need a session
per application which performs all requests altogether.
per application which performs all requests together.

More complex cases may require a session per site, e.g. one for
Github and other one for Facebook APIs. Anyway making a session for
Expand Down
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ This option is highly recommended:
$ pip install aiodns
Installing speedups altogether
------------------------------
Installing all speedups in one command
--------------------------------------

The following will get you ``aiohttp`` along with :term:`cchardet`,
:term:`aiodns` and ``Brotli`` in one bundle. No need to type
Expand Down

0 comments on commit a652ca9

Please sign in to comment.