Skip to content

Commit b794e7d

Browse files
authored
Fix formatting of mimetype for .cnd files
1 parent c06def7 commit b794e7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/mimetypes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ def _default_mime_types():
654654
'.htm' : 'text/html',
655655
'.js' : 'text/javascript',
656656
'.mjs' : 'text/javascript',
657-
'.cnd' : 'text/jcr-cnd',
657+
'.cnd' : 'text/jcr-cnd',
658658
'.md' : 'text/markdown',
659659
'.markdown': 'text/markdown',
660660
'.miz' : 'text/mizar',

0 commit comments

Comments
 (0)