浏览代码

Update test_age_restriction.py

typo
Simon W. Jackson 11 年之前
父节点
当前提交
8ae980807a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      test/test_age_restriction.py

+ 1 - 1
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,