Skip to content

Commit

Permalink
Fix typo in enable_cleanup_closed warning message (#9736)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Nov 9, 2024
1 parent 523d934 commit 5ddeb06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES/9736.misc.rst
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 5ddeb06

Please sign in to comment.