Skip to content

Commit ffcf886

Browse files
[PR #9736/5ddeb06f backport][3.11] Fix typo in enable_cleanup_closed warning message (#9740)
Co-authored-by: J. Nick Koston <[email protected]>
1 parent b30bffb commit ffcf886

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGES/9736.misc.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
9726.misc.rst

aiohttp/connector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ def __init__(
296296
if enable_cleanup_closed and not NEEDS_CLEANUP_CLOSED:
297297
warnings.warn(
298298
"enable_cleanup_closed ignored because "
299-
"https://github.com/python/cpython/pull/118960 is fixed in "
299+
"https://github.com/python/cpython/pull/118960 is fixed "
300300
f"in Python version {sys.version_info}",
301301
DeprecationWarning,
302302
stacklevel=2,

0 commit comments

Comments
 (0)