fix typos

This commit is contained in:
remitamine 2016-01-10 17:55:41 +01:00
parent dfb1b1468c
commit 36a0e46c39
2 changed files with 3 additions and 3 deletions

View 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