X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=test%2Ftest_age_restriction.py;h=71e80b037a5cc99fd0cb1a6711d20cfb59e01b34;hb=f54aee02091d1d13d1b7f375ad7ce7120f47d48d;hp=c9cdb96cb30578d58724ddadb4328ad790316a39;hpb=d0efb9ec9a85662fa43f026339821513ac2f039c;p=youtube-dl 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,