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 4adcde0 commit 5d3ccd2Copy full SHA for 5d3ccd2
Lib/mimetypes.py
@@ -482,9 +482,9 @@ def _default_mime_types():
482
'.gz' : 'application/gzip',
483
'.json' : 'application/json',
484
'.webmanifest': 'application/manifest+json',
485
- '.nb' : 'applicaion/mathematica',
486
- '.ma' : 'applicaion/mathematica',
487
- '.mb' : 'applicaion/mathematica',
+ '.nb' : 'application/mathematica',
+ '.ma' : 'application/mathematica',
+ '.mb' : 'application/mathematica',
488
'.mml' : 'application/mathml+xml',
489
'.mbox' : 'application/mbox',
490
'.doc' : 'application/msword',
0 commit comments