mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Fixed detail in add_type() explanation (issue 1463).
This commit is contained in:
parent
8f6793b540
commit
c0458830fb
1 changed files with 2 additions and 2 deletions
|
|
@ -96,8 +96,8 @@ behavior of the module.
|
|||
extension is already known, the new type will replace the old one. When the type
|
||||
is already known the extension will be added to the list of known extensions.
|
||||
|
||||
When *strict* is the mapping will added to the official MIME types, otherwise to
|
||||
the non-standard ones.
|
||||
When *strict* is True (the default), the mapping will added to the official MIME
|
||||
types, otherwise to the non-standard ones.
|
||||
|
||||
|
||||
.. data:: inited
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue