Revert "fix typos"

This reverts commit 36a0e46c39.
This commit is contained in:
remitamine 2016-01-10 19:27:22 +01:00
parent 36a0e46c39
commit 6ec6cb4e95
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 if the content should be blocked """
""" Returns True iff the content should be blocked """
if age_limit is None: # No limit set
return False