mirror of
https://github.com/python/cpython.git
synced 2025-08-22 09:45:06 +00:00
Fix default value in docstring.
This commit is contained in:
parent
472f2e2205
commit
cdf8b34b51
1 changed files with 2 additions and 2 deletions
|
@ -2,9 +2,9 @@
|
|||
|
||||
This module defines two useful functions:
|
||||
|
||||
guess_type(url, strict=1) -- guess the MIME type and encoding of a URL.
|
||||
guess_type(url, strict=True) -- guess the MIME type and encoding of a URL.
|
||||
|
||||
guess_extension(type, strict=1) -- guess the extension for a given MIME type.
|
||||
guess_extension(type, strict=True) -- guess the extension for a given MIME type.
|
||||
|
||||
It also contains the following, for tuning the behavior:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue