From 1612c924406a417fe66f17062431109f3cc9b65f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Setla?= Date: Tue, 30 Jan 2024 10:08:16 +0100 Subject: [PATCH] Add dot in InvalidRedirectURL docstring --- 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 e79ffd885c6..b709bcba7f5 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):