Skip to content

Commit

Permalink
[PR #9736/5ddeb06f backport][3.10] Fix typo in enable_cleanup_closed …
Browse files Browse the repository at this point in the history
…warning message (#9739)
  • Loading branch information
patchback[bot] authored Nov 9, 2024
1 parent d0057b5 commit 5602ebb
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 @@ -291,7 +291,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 5602ebb

Please sign in to comment.