]> jfr.im git - yt-dlp.git/blobdiff - youtube_dlc/compat.py
Updated to release 2020.11.21.1
[yt-dlp.git] / youtube_dlc / compat.py
index 1cf7efed615af3a4ec5bcdfe084ff0bf197b8b3c..ac889ddd7a72cca7a4e8e0c07f74d992690d06ed 100644 (file)
@@ -2345,7 +2345,7 @@ def __init__(self, version, name, value, *args, **kwargs):
 
         # HTMLParseError has been deprecated in Python 3.3 and removed in
         # Python 3.5. Introducing dummy exception for Python >3.5 for compatible
-        # and uniform cross-version exceptiong handling
+        # and uniform cross-version exception handling
         class compat_HTMLParseError(Exception):
             pass