Skip to content

Commit

Permalink
Fix typo in enable_cleanup_closed warning
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco committed Nov 9, 2024
1 parent c3a9c3e commit 84ea326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiohttp/connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ def __init__(
if enable_cleanup_closed and not NEEDS_CLEANUP_CLOSED:
warnings.warn(
"enable_cleanup_closed ignored because "
"https://github.com/python/cpython/pull/118960 is fixed in "
"https://github.com/python/cpython/pull/118960 is fixed "
f"in Python version {sys.version_info}",
DeprecationWarning,
stacklevel=2,
Expand Down

0 comments on commit 84ea326

Please sign in to comment.