Commit 3130b7a2 authored by Fred Drake's avatar Fred Drake

Fixed typo in docstring: suffixes_map --> suffix_map.

parent 46586822
...@@ -44,7 +44,7 @@ def guess_type(url): ...@@ -44,7 +44,7 @@ def guess_type(url):
The suffixes .tgz, .taz and .tz (case sensitive!) are all mapped The suffixes .tgz, .taz and .tz (case sensitive!) are all mapped
to ".tar.gz". (This is table-driven too, using the dictionary to ".tar.gz". (This is table-driven too, using the dictionary
suffixes_map). suffix_map).
""" """
if not inited: if not inited:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment