From 36a0e46c39ea4f211dea9944177976e8f8364736 Mon Sep 17 00:00:00 2001 From: remitamine Date: Sun, 10 Jan 2016 17:55:41 +0100 Subject: fix typos --- youtube_dl/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'youtube_dl/utils.py') 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 -- cgit v1.2.3