diff --git a/Lib/mimetypes.py b/Lib/mimetypes.py index 823ca626ae1..bde0ec91982 100644 --- a/Lib/mimetypes.py +++ b/Lib/mimetypes.py @@ -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: