mirror of https://github.com/python/cpython
Issue #23499: Fix grammar error noticed by SilentGhost
This commit is contained in:
commit
1de71915ff
|
@ -106,8 +106,8 @@ behavior of the module.
|
||||||
extension is already known, the new type will replace the old one. When the type
|
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.
|
is already known the extension will be added to the list of known extensions.
|
||||||
|
|
||||||
When *strict* is ``True`` (the default), the mapping will added to the official MIME
|
When *strict* is ``True`` (the default), the mapping will be added to the
|
||||||
types, otherwise to the non-standard ones.
|
official MIME types, otherwise to the non-standard ones.
|
||||||
|
|
||||||
|
|
||||||
.. data:: inited
|
.. data:: inited
|
||||||
|
|
Loading…
Reference in New Issue