diff options
author | Jaime Marquínez Ferrándiz <jaimeMF@users.noreply.github.com> | 2014-06-03 16:47:59 +0200 |
---|---|---|
committer | Jaime Marquínez Ferrándiz <jaimeMF@users.noreply.github.com> | 2014-06-03 16:47:59 +0200 |
commit | 0d697950149871612a4132a68893884fbe88a513 (patch) | |
tree | b4cda9c3e3d69c41b6a6b96c70ab53ae043bb97f | |
parent | 3374f3fdc232d11a98cb77a9c32fc9d839e0945b (diff) | |
parent | 8ae980807abba5d49cd527193c1168701e66f421 (diff) |
Merge pull request #2962 from simonwjackson/patch-1
Update 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, |