diff options
author | remitamine <remitamine@gmail.com> | 2016-01-10 17:55:41 +0100 |
---|---|---|
committer | remitamine <remitamine@gmail.com> | 2016-01-10 17:55:41 +0100 |
commit | 36a0e46c39ea4f211dea9944177976e8f8364736 (patch) | |
tree | 039d7a124939305cef2539bee5e26da597a68005 /youtube_dl/utils.py | |
parent | dfb1b1468cef4ddc7ecc43776abce03763f8e426 (diff) |
fix typos
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 9c1c0e0bd..e583299c5 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 iff the content should be blocked """ + """ Returns True if the content should be blocked """ if age_limit is None: # No limit set return False |