Skip to content

Commit

Permalink
fixup! Link exceptions @ doc
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz authored Feb 13, 2024
1 parent 7c9194e commit 80b5479
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/client_reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2125,13 +2125,13 @@ All exceptions are available as members of *aiohttp* module.

Redirect URL is malformed, e.g. it does not contain host part.

Derived from :exc:`InvalidUrlClientError` and `RedirectClientError`
Derived from :exc:`InvalidUrlClientError` and :exc:`RedirectClientError`

.. exception:: NonHttpUrlRedirectClientError

Redirect URL does not contain http schema.

Derived from :exc:`RedirectClientError` and `NonHttpUrlClientError`
Derived from :exc:`RedirectClientError` and :exc:`NonHttpUrlClientError`


.. class:: ContentDisposition
Expand Down

0 comments on commit 80b5479

Please sign in to comment.