fix typos
[youtube-dl] / youtube_dl / utils.py
index 9c1c0e0bdf55040dc3b82d4393d50c3623e3b0de..e583299c57b3c6aca3fd4783beef5246be35661d 100644 (file)
@@ -1857,7 +1857,7 @@ def encode_data_uri(data, mime_type):
 
 
 def age_restricted(content_limit, age_limit):
-    """ Returns True iff the content should be blocked """
+    """ Returns True if the content should be blocked """
 
     if age_limit is None:  # No limit set
         return False