Fixed typo in docstring: suffixes_map --> suffix_map.

This commit is contained in:
Fred Drake 1998-05-18 16:05:24 +00:00
parent 4658682205
commit 3130b7a2a9
1 changed files with 1 additions and 1 deletions

View File

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