Przeglądaj źródła

[test_download] typo in comment

John Hawkinson 8 lat temu
rodzic
commit
3bef10a50c
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      test/test_download.py

+ 1 - 1
test/test_download.py

@@ -152,7 +152,7 @@ def generator(test_case, tname):
             try_num = 1
             try_num = 1
             while True:
             while True:
                 try:
                 try:
-                    # We're not using .download here sine that is just a shim
+                    # We're not using .download here since that is just a shim
                     # for outside error handling, and returns the exit code
                     # for outside error handling, and returns the exit code
                     # instead of the result dict.
                     # instead of the result dict.
                     res_dict = ydl.extract_info(
                     res_dict = ydl.extract_info(