Skip to content

Commit

Permalink
Update InvalidRedirectURL docsting
Browse files Browse the repository at this point in the history
  • Loading branch information
setla committed Jan 30, 2024
1 parent ff3100a commit 23d2e9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiohttp/client_exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ def __str__(self) -> str:


class InvalidRedirectURL(InvalidURL):
"""Invalid redirect url error"""
"""Invalid redirect URL error"""


class ClientSSLError(ClientConnectorError):
Expand Down

0 comments on commit 23d2e9f

Please sign in to comment.