Skip to content

Commit 5d3ccd2

Browse files
clin1234hugovk
andauthored
Apply suggestion from @hugovk
Co-authored-by: Hugo van Kemenade <[email protected]>
1 parent 4adcde0 commit 5d3ccd2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Lib/mimetypes.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -482,9 +482,9 @@ def _default_mime_types():
482482
'.gz' : 'application/gzip',
483483
'.json' : 'application/json',
484484
'.webmanifest': 'application/manifest+json',
485-
'.nb' : 'applicaion/mathematica',
486-
'.ma' : 'applicaion/mathematica',
487-
'.mb' : 'applicaion/mathematica',
485+
'.nb' : 'application/mathematica',
486+
'.ma' : 'application/mathematica',
487+
'.mb' : 'application/mathematica',
488488
'.mml' : 'application/mathml+xml',
489489
'.mbox' : 'application/mbox',
490490
'.doc' : 'application/msword',

0 commit comments

Comments
 (0)