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

Be compliant with the Python documentation #197

Merged
merged 1 commit into from May 16, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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