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):