mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Fixed typo in docstring: suffixes_map --> suffix_map.
This commit is contained in:
parent
4658682205
commit
3130b7a2a9
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue