Skip to content

Commit

Permalink
Fix broken reference in docs/web_exceptions.rst (#5751)
Browse files Browse the repository at this point in the history
  • Loading branch information
l1storez authored Jun 6, 2021
1 parent 930c26f commit f00a6e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/web_exceptions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -479,13 +479,13 @@ HTTP exceptions for status code in range 400-499, e.g. ``raise web.HTTPNotFound(
:exc:`HTTPClientError`.

:param link: A link to a resource with information for blocking reason,
:class:`str` or :class:`URL`
:class:`str` or :class:`~yarl.URL`

For other parameters see :exc:`HTTPException` constructor.

.. attribute:: link

A :class:`URL` link to a resource with information for blocking reason,
A :class:`~yarl.URL` link to a resource with information for blocking reason,
read-only property.


Expand Down

0 comments on commit f00a6e8

Please sign in to comment.