From 3130b7a2a97dbb322342b248cb9d9fae5b89b8f5 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Mon, 18 May 1998 16:05:24 +0000 Subject: Fixed typo in docstring: suffixes_map --> suffix_map. --- Lib/mimetypes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/mimetypes.py b/Lib/mimetypes.py index 823ca62..bde0ec9 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: -- cgit v0.12