aboutsummaryrefslogtreecommitdiff
path: root/yt_dlp/utils/_legacy.py
diff options
context:
space:
mode:
authorpukkandan <pukkandan.ytdlp@gmail.com>2024-03-11 00:48:47 +0530
committerGitHub <noreply@github.com>2024-03-11 00:48:47 +0530
commit47ab66db0f083a76c7fba0f6e136b21dd5a93e3b (patch)
treee2ee1e3234ce9c2de2cd52fdeb916de3d98b4259 /yt_dlp/utils/_legacy.py
parent0abf2f1f153ab47990edbeee3477dc55f74c7f89 (diff)
[docs] Misc Cleanup (#8977)
Closes #8355, #8944 Authored by: bashonly, Grub4k, Arthurszzz, seproDev, pukkandan Co-authored-by: sepro <4618135+seproDev@users.noreply.github.com> Co-authored-by: bashonly <bashonly@protonmail.com> Co-authored-by: Arthurszzz <minecraftgamerarthur@gmail.com> Co-authored-by: Simon Sawicki <accounts@grub4k.xyz> Co-authored-by: bashonly <88596187+bashonly@users.noreply.github.com>
Diffstat (limited to 'yt_dlp/utils/_legacy.py')
-rw-r--r--yt_dlp/utils/_legacy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/utils/_legacy.py b/yt_dlp/utils/_legacy.py
index aa9f46d20..691fe3de6 100644
--- a/yt_dlp/utils/_legacy.py
+++ b/yt_dlp/utils/_legacy.py
@@ -90,7 +90,7 @@ class WebSocketsWrapper:
for task in to_cancel:
task.cancel()
- # XXX: "loop" is removed in python 3.10+
+ # XXX: "loop" is removed in Python 3.10+
loop.run_until_complete(
asyncio.gather(*to_cancel, loop=loop, return_exceptions=True))