diff --git a/Doc/library/mimetypes.rst b/Doc/library/mimetypes.rst index f610032acbe417..45a2469e9da5b6 100644 --- a/Doc/library/mimetypes.rst +++ b/Doc/library/mimetypes.rst @@ -118,6 +118,11 @@ behavior of the module. When *strict* is ``True`` (the default), the mapping will be added to the official MIME types, otherwise to the non-standard ones. + .. note:: + + The *ext* argument should start with a dot ("``.``") for the + mapping to be used by other calls to ``mimetypes``. + .. data:: inited