From: Fred Drake Date: Mon, 18 May 1998 16:05:24 +0000 (+0000) Subject: Fixed typo in docstring: suffixes_map --> suffix_map. X-Git-Tag: v1.5.2a1~609 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3130b7a2a97dbb322342b248cb9d9fae5b89b8f5;p=thirdparty%2FPython%2Fcpython.git Fixed typo in docstring: suffixes_map --> suffix_map. --- diff --git a/Lib/mimetypes.py b/Lib/mimetypes.py index 823ca626ae11..bde0ec919821 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: