summaryrefslogtreecommitdiff
path: root/Lib/mimetypes.py
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-05-18 16:05:24 +0000
committerFred Drake <fdrake@acm.org>1998-05-18 16:05:24 +0000
commit190302172d493052b9aa4ef067b40e0135a8be5f (patch)
treef0fa6c2af272a1445b37aab6b829a113bca59346 /Lib/mimetypes.py
parentd6c230cc764d4776d05421fd413f8d8dafe8a632 (diff)
downloadcpython-190302172d493052b9aa4ef067b40e0135a8be5f.tar.gz
Fixed typo in docstring: suffixes_map --> suffix_map.
Diffstat (limited to 'Lib/mimetypes.py')
-rw-r--r--Lib/mimetypes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/mimetypes.py b/Lib/mimetypes.py
index 823ca626ae..bde0ec9198 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: