Skip to content

Commit e8109db

Browse files
committed
Merge pull request scrooloose#13 from phmongeau/master
Fixed typo in python utf-8 encoding snippet
2 parents 230102e + d0f4522 commit e8109db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/python.snippets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ snippet for
6868
for ${1:item} in ${2:items}
6969
${3:code...}
7070
# Encodes
71-
snippet cuft8
71+
snippet cutf8
7272
# -*- coding: utf-8 -*-
7373
snippet clatin1
7474
# -*- coding: latin-1 -*-

0 commit comments

Comments
 (0)