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
(cherry picked from commit 5ddeb06)
  • Loading branch information
bdraco authored and patchback[bot] committed Nov 9, 2024
1 parent b30bffb commit 9955cc2
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 @@ -296,7 +296,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 9955cc2

Please sign in to comment.