소스 검색

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):
 def _download_restricted(url, filename, age):
-    """ Returns true iff the file has been downloaded """
+    """ Returns true if the file has been downloaded """
 
 
     params = {
     params = {
         'age_limit': age,
         'age_limit': age,