diff options
author | Simon W. Jackson <simon@simonwjackson.com> | 2014-05-21 16:35:49 +0200 |
---|---|---|
committer | Simon W. Jackson <simon@simonwjackson.com> | 2014-05-21 16:35:49 +0200 |
commit | 8ae980807abba5d49cd527193c1168701e66f421 (patch) | |
tree | da66d34565c340197bf14f2037710c766e5e9ce6 /test/test_age_restriction.py | |
parent | eec4d8ef9639d275b14b60286a414bc26971a4c7 (diff) |
Update test_age_restriction.py
typo
Diffstat (limited to 'test/test_age_restriction.py')
-rw-r--r-- | test/test_age_restriction.py | 2 |
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, |