Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1696f82

Browse files
committed
Fix syntax typo
1 parent d149c6c commit 1696f82

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
@@ -489,7 +489,7 @@ def _default_mime_types():
489489
'.src' : 'application/x-wais-source',
490490
'.sv4cpio': 'application/x-sv4cpio',
491491
'.sv4crc' : 'application/x-sv4crc',
492-
'.svg' : 'image/svg+xml'
492+
'.svg' : 'image/svg+xml',
493493
'.swf' : 'application/x-shockwave-flash',
494494
'.t' : 'application/x-troff',
495495
'.tar' : 'application/x-tar',

0 commit comments

Comments
 (0)