]> jfr.im git - yt-dlp.git/blobdiff - youtube_dl/compat.py
[skip travis] minor fixes
[yt-dlp.git] / youtube_dl / compat.py
index 0ee9bc76020377dc811c0d06736eba8082a53dbd..1cf7efed615af3a4ec5bcdfe084ff0bf197b8b3c 100644 (file)
@@ -2973,7 +2973,7 @@ def compat_b64decode(s, *args, **kwargs):
 
 if platform.python_implementation() == 'PyPy' and sys.pypy_version_info < (5, 4, 0):
     # PyPy2 prior to version 5.4.0 expects byte strings as Windows function
-    # names, see the original PyPy issue [1] and the youtube-dl one [2].
+    # names, see the original PyPy issue [1] and the youtube-dlc one [2].
     # 1. https://bitbucket.org/pypy/pypy/issues/2360/windows-ctypescdll-typeerror-function-name
     # 2. https://github.com/ytdl-org/youtube-dl/pull/4392
     def compat_ctypes_WINFUNCTYPE(*args, **kwargs):