Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Doc/library/mimetypes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,8 @@ than one MIME-type database; it provides an interface similar to the one of the
.. class:: MimeTypes(filenames=(), strict=True)

This class represents a MIME-types database. By default, it provides access to
the same database as the rest of this module. The initial database is a copy of
the same database as the rest of this module, except for the types loaded from
system files. The initial database is a copy of
that provided by the module, and may be extended by loading additional
:file:`mime.types`\ -style files into the database using the :meth:`read` or
:meth:`readfp` methods. The mapping dictionaries may also be cleared before
Expand Down
Loading