Created
June 14, 2013 23:49
-
-
Save jacob-ogre/5786122 to your computer and use it in GitHub Desktop.
Python: One-liner Python docstring Sublime Text snippet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<snippet> | |
<content><![CDATA[ | |
"""${1:One-liner docstring}"""]]></content> | |
<tabTrigger>docs</tabTrigger> | |
<scope>source.python</scope> | |
<description>Short Docstring</description> | |
</snippet> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment