We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
application/texinfo
1 parent 728d239 commit 88a4db2Copy full SHA for 88a4db2
Lib/mimetypes.py
@@ -549,8 +549,8 @@ def _default_mime_types():
549
'.tar' : 'application/x-tar',
550
'.tcl' : 'application/x-tcl',
551
'.tex' : 'application/x-tex',
552
- '.texi' : 'application/x-texinfo',
553
- '.texinfo': 'application/x-texinfo',
+ '.texi' : 'application/texinfo',
+ '.texinfo': 'application/texinfo',
554
'.roff' : 'application/x-troff',
555
'.t' : 'application/x-troff',
556
'.tr' : 'application/x-troff',
0 commit comments