Skip to content

Commit e4210a9

Browse files
authored
Use application/texinfo in test_mimetypes.py
1 parent 6bf15dd commit e4210a9

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
@@ -246,7 +246,7 @@ def check_extensions():
246246
("application/x-debian-package", ".deb"),
247247
("application/x-httpd-php", ".php"),
248248
("application/x-rpm", ".rpm"),
249-
("application/x-texinfo", ".texi"),
249+
("application/texinfo", ".texi"),
250250
("application/x-troff", ".roff"),
251251
("application/xml", ".xsl"),
252252
("application/yaml", ".yaml"),

0 commit comments

Comments
 (0)