From 23d2e9f28c374075f3c671544ee9bab30f2dca48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Setla?= Date: Tue, 30 Jan 2024 09:58:10 +0100 Subject: [PATCH] Update InvalidRedirectURL docsting --- aiohttp/client_exceptions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aiohttp/client_exceptions.py b/aiohttp/client_exceptions.py index a33e1129acc..e79ffd885c6 100644 --- a/aiohttp/client_exceptions.py +++ b/aiohttp/client_exceptions.py @@ -276,7 +276,7 @@ def __str__(self) -> str: class InvalidRedirectURL(InvalidURL): - """Invalid redirect url error""" + """Invalid redirect URL error""" class ClientSSLError(ClientConnectorError):