From 6a4cf9f847d3605ab505e736252ed04415d3726f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Setla?= Date: Tue, 30 Jan 2024 10:59:38 +0100 Subject: [PATCH] fix docs typo --- docs/client_reference.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/client_reference.rst b/docs/client_reference.rst index 0bf79931590..0763876fd03 100644 --- a/docs/client_reference.rst +++ b/docs/client_reference.rst @@ -2103,7 +2103,7 @@ All exceptions are available as members of *aiohttp* module. Invalid URL description, :class:`str` instance. -.. exception:: InvalidRedirectUrl +.. exception:: InvalidRedirectURL Redirect URL in the server location header is malformed, e.g. it does not contain host part.