aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/compat.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/compat.py')
-rw-r--r--yt_dlp/compat.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/compat.py b/yt_dlp/compat.py
index 7a1500435..9d3a6bbfd 100644
--- a/yt_dlp/compat.py
+++ b/yt_dlp/compat.py
@@ -196,7 +196,7 @@ compat_urllib_request = urllib.request
compat_urlparse = compat_urllib_parse = urllib.parse
-# To be removed
+# To be removed - Do not use
compat_basestring = str
compat_collections_abc = collections.abc