Skip to content

Commit 767b773

Browse files
committed
Fix formatting of mimetype for .cnd files
1 parent f1d5bba commit 767b773

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)