summary refs log tree commit diff
diff options
context:
space:
mode:
authorJaime Marquínez Ferrándiz <jaimeMF@users.noreply.github.com>2014-06-03 16:47:59 +0200
committerJaime Marquínez Ferrándiz <jaimeMF@users.noreply.github.com>2014-06-03 16:47:59 +0200
commit0d697950149871612a4132a68893884fbe88a513 (patch)
treeb4cda9c3e3d69c41b6a6b96c70ab53ae043bb97f
parent3374f3fdc232d11a98cb77a9c32fc9d839e0945b (diff)
parent8ae980807abba5d49cd527193c1168701e66f421 (diff)
downloadyoutube-dl-0d697950149871612a4132a68893884fbe88a513.tar.gz
youtube-dl-0d697950149871612a4132a68893884fbe88a513.tar.xz
youtube-dl-0d697950149871612a4132a68893884fbe88a513.zip
Merge pull request #2962 from simonwjackson/patch-1
Update test_age_restriction.py
-rw-r--r--test/test_age_restriction.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_age_restriction.py b/test/test_age_restriction.py
index c9cdb96cb..71e80b037 100644
--- a/test/test_age_restriction.py
+++ b/test/test_age_restriction.py
@@ -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,