Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save roablep/5577998 to your computer and use it in GitHub Desktop.
Save roablep/5577998 to your computer and use it in GitHub Desktop.
<snippet>
<content><![CDATA[
"""
Module: $1
Description: $2
Minimum Python Required: $3
Changelog:
YYYY-MM-DD Programmer Description
---------- ---------- -----------
"""
__author__ = "$4"
__version__ = "$5"
]]></content>
<tabTrigger>docmodule</tabTrigger>
<scope>source.python</scope>
<description>Module docstring</description>
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment