Skip to content

Commit 8b80909

Browse files
Update Doc/library/mimetypes.rst
Co-authored-by: Stan Ulbrych <stan@python.org>
1 parent e3deffd commit 8b80909

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Doc/library/mimetypes.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,8 @@ than one MIME-type database; it provides an interface similar to the one of the
209209

210210
This class represents a MIME-types database. By default, it provides access to
211211
the same database as the rest of this module. The initial database is a copy of
212-
that provided by the module, and may be extended by loading additional
212+
the same database as the rest of this module. The initial database is created from
213+
Python's built-in MIME type tables. It may be extended by loading additional
213214
:file:`mime.types`\ -style files into the database using the :meth:`read` or
214215
:meth:`readfp` methods. The mapping dictionaries may also be cleared before
215216
loading additional data if the default data is not desired.

0 commit comments

Comments
 (0)