Przeglądaj źródła

Merge pull request #2962 from simonwjackson/patch-1

Update test_age_restriction.py
Jaime Marquínez Ferrándiz 11 lat temu
rodzic
commit
0d69795014
1 zmienionych plików z 1 dodań i 1 usunięć
  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,