summary refs log tree commit diff
diff options
context:
space:
mode:
authorSimon W. Jackson <simon@simonwjackson.com>2014-05-21 16:35:49 +0200
committerSimon W. Jackson <simon@simonwjackson.com>2014-05-21 16:35:49 +0200
commit8ae980807abba5d49cd527193c1168701e66f421 (patch)
treeda66d34565c340197bf14f2037710c766e5e9ce6
parenteec4d8ef9639d275b14b60286a414bc26971a4c7 (diff)
downloadyoutube-dl-8ae980807abba5d49cd527193c1168701e66f421.tar.gz
youtube-dl-8ae980807abba5d49cd527193c1168701e66f421.tar.xz
youtube-dl-8ae980807abba5d49cd527193c1168701e66f421.zip
Update test_age_restriction.py
typo
-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,