File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -208,9 +208,8 @@ than one MIME-type database; it provides an interface similar to the one of the
208208.. class :: MimeTypes(filenames=(), strict=True)
209209
210210 This class represents a MIME-types database. By default, it provides access to
211- the same database as the rest of this module. The initial database is a copy of
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
211+ the same database as the rest of this module. The initial database is created from
212+ Python's built-in MIME type tables. It may be extended by loading additional
214213 :file: `mime.types `\ -style files into the database using the :meth: `read ` or
215214 :meth: `readfp ` methods. The mapping dictionaries may also be cleared before
216215 loading additional data if the default data is not desired.
You can’t perform that action at this time.
0 commit comments