Skip to content

Commit e9010e9

Browse files
committed
Use application/texinfo in test_mimetypes.py
1 parent 88a4db2 commit e9010e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_mimetypes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ def check_extensions():
247247
("application/x-debian-package", ".deb"),
248248
("application/x-httpd-php", ".php"),
249249
("application/x-rpm", ".rpm"),
250-
("application/x-texinfo", ".texi"),
250+
("application/texinfo", ".texi"),
251251
("application/x-troff", ".roff"),
252252
("application/xml", ".xsl"),
253253
("application/yaml", ".yaml"),

0 commit comments

Comments
 (0)