Skip to content

Instantly share code, notes, and snippets.

@jacob-ogre
Created June 14, 2013 23:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jacob-ogre/5786122 to your computer and use it in GitHub Desktop.
Save jacob-ogre/5786122 to your computer and use it in GitHub Desktop.
Python: One-liner Python docstring Sublime Text snippet
<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