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.
1 parent 9568995 commit 0cd3b96Copy full SHA for 0cd3b96
Lib/test/test_mimetypes.py
@@ -225,7 +225,7 @@ def test_guess_known_extensions(self):
225
def test_preferred_extension(self):
226
def check_extensions():
227
for mime_type, ext in (
228
- ('applicaion/efi', '.efi'),
+ ('application/efi', '.efi'),
229
("application/epub+zip", ".epub"),
230
('application/json', '.json'),
231
('application/manifest+json', '.webmanifest'),
0 commit comments