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