[utils] Correct docstring of YoutubeDLHandler
authorYen Chi Hsuan <yan12125@gmail.com>
Sun, 29 Nov 2015 04:46:04 +0000 (12:46 +0800)
committerYen Chi Hsuan <yan12125@gmail.com>
Sun, 29 Nov 2015 04:46:04 +0000 (12:46 +0800)
youtube_dl/utils.py

index 653a49055e9b37217847f49c378967e9274091b1..c43e9e3a139a7222b3f0ffc53217a9bcdf3f0a02 100644 (file)
@@ -679,7 +679,7 @@ class YoutubeDLHandler(compat_urllib_request.HTTPHandler):
     the standard headers to every HTTP request and handles gzipped and
     deflated responses from web servers. If compression is to be avoided in
     a particular request, the original request in the program code only has
     the standard headers to every HTTP request and handles gzipped and
     deflated responses from web servers. If compression is to be avoided in
     a particular request, the original request in the program code only has
-    to include the HTTP header "Youtubedl-No-Compression", which will be
+    to include the HTTP header "Youtubedl-no-compression", which will be
     removed before making the real request.
 
     Part of this code was copied from:
     removed before making the real request.
 
     Part of this code was copied from: