Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Commit

Permalink
Merge pull request #197 from ale-rt/patch-1
Browse files Browse the repository at this point in the history
Be compliant with the Python documentation
  • Loading branch information
50Wliu committed May 16, 2017
2 parents 0bb1c44 + 8ca3176 commit 19465fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snippets/language-python.cson
Expand Up @@ -4,7 +4,7 @@
'body': '#!/usr/bin/env python\n'
'# coding=utf-8':
'prefix': 'enc'
'body': '# coding=utf-8\n'
'body': '# -*- coding: utf-8 -*-\n'
'Import':
'prefix': 'im'
'body': 'import ${1:package/module}'
Expand Down

0 comments on commit 19465fe

Please sign in to comment.