From: Sergey M․ Date: Sun, 13 Mar 2016 11:23:08 +0000 (+0600) Subject: [utils] PEP 8 X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=2f7ae819ac844f4052dcd4ef031fdae01daff3b8;hp=-c;p=youtube-dl [utils] PEP 8 --- 2f7ae819ac844f4052dcd4ef031fdae01daff3b8 diff --git a/youtube_dl/utils.py b/youtube_dl/utils.py index 1d6ee9964..9fd0ec8d5 100644 --- a/youtube_dl/utils.py +++ b/youtube_dl/utils.py @@ -1393,6 +1393,7 @@ def parse_count(s): return lookup_unit_table(_UNIT_TABLE, s) + def month_by_name(name): """ Return the number of a month by (locale-independently) English name """