Skip to content

Commit

Permalink
Merge pull request scrooloose#13 from phmongeau/master
Browse files Browse the repository at this point in the history
Fixed typo in python utf-8 encoding snippet
  • Loading branch information
honza committed Aug 3, 2011
2 parents 230102e + d0f4522 commit e8109db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snippets/python.snippets
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ snippet for
for ${1:item} in ${2:items}
${3:code...}
# Encodes
snippet cuft8
snippet cutf8
# -*- coding: utf-8 -*-
snippet clatin1
# -*- coding: latin-1 -*-
Expand Down

0 comments on commit e8109db

Please sign in to comment.