]> gitweb @ CieloNegro.org - youtube-dl.git/commitdiff
Merge pull request #2962 from simonwjackson/patch-1
authorJaime Marquínez Ferrándiz <jaimeMF@users.noreply.github.com>
Tue, 3 Jun 2014 14:47:59 +0000 (16:47 +0200)
committerJaime Marquínez Ferrándiz <jaimeMF@users.noreply.github.com>
Tue, 3 Jun 2014 14:47:59 +0000 (16:47 +0200)
Update test_age_restriction.py

test/test_age_restriction.py

index c9cdb96cb30578d58724ddadb4328ad790316a39..71e80b037a5cc99fd0cb1a6711d20cfb59e01b34 100644 (file)
@@ -13,7 +13,7 @@ from youtube_dl import YoutubeDL
 
 
 def _download_restricted(url, filename, age):
-    """ Returns true iff the file has been downloaded """
+    """ Returns true if the file has been downloaded """
 
     params = {
         'age_limit': age,