From 6ec6cb4e956abbd76a6ff42336821770a5fbbcc7 Mon Sep 17 00:00:00 2001 From: remitamine Date: Sun, 10 Jan 2016 19:27:22 +0100 Subject: Revert "fix typos" This reverts commit 36a0e46c39ea4f211dea9944177976e8f8364736. --- 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 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 -- cgit v1.2.3