diff options
author | remitamine <remitamine@gmail.com> | 2016-01-10 19:27:22 +0100 |
---|---|---|
committer | remitamine <remitamine@gmail.com> | 2016-01-10 19:27:22 +0100 |
commit | 6ec6cb4e956abbd76a6ff42336821770a5fbbcc7 (patch) | |
tree | fbd8d76f3c9a04d999f5b0853b25deacfe715f31 /youtube_dl/utils.py | |
parent | 36a0e46c39ea4f211dea9944177976e8f8364736 (diff) |
Revert "fix typos"
This reverts commit 36a0e46c39ea4f211dea9944177976e8f8364736.
Diffstat (limited to 'youtube_dl/utils.py')
-rw-r--r-- | youtube_dl/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/utils.py b/youtube_dl/utils.py index e583299c5..9c1c0e0bd 100644 --- a/youtube_dl/utils.py +++ b/youtube_dl/utils.py @@ -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 |