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