Fixed typo in docstring: suffixes_map --> suffix_map.
This commit is contained in:
parent
4658682205
commit
3130b7a2a9
|
@ -44,7 +44,7 @@ def guess_type(url):
|
|||
|
||||
The suffixes .tgz, .taz and .tz (case sensitive!) are all mapped
|
||||
to ".tar.gz". (This is table-driven too, using the dictionary
|
||||
suffixes_map).
|
||||
suffix_map).
|
||||
|
||||
"""
|
||||
if not inited:
|
||||
|
|
Loading…
Reference in New Issue