1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-05-20 20:19:33 +00:00

[utils] PEP 8

This commit is contained in:
Sergey M․ 2016-03-13 17:23:08 +06:00
parent 0a477f8731
commit 2f7ae819ac

View file

@ -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 """