Skip to content

Commit 6d39018

Browse files
Remove the duplicated line and fix the indentation
1 parent 8b80909 commit 6d39018

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

Doc/library/mimetypes.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)