]> granicus.if.org Git - python/commitdiff
Fixed typo in docstring: suffixes_map --> suffix_map.
authorFred Drake <fdrake@acm.org>
Mon, 18 May 1998 16:05:24 +0000 (16:05 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 18 May 1998 16:05:24 +0000 (16:05 +0000)
Lib/mimetypes.py

index 823ca626ae11bb288dbf6a82fea33245b6ec6750..bde0ec91982190d36ac6964d98d9d9a4a32754cf 100644 (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: