Add Python doc snippet.

This commit is contained in:
Honza Pokorny 2011-07-07 15:41:13 -03:00
parent 24cce15ca9
commit f7b14b8db2

View File

@ -21,8 +21,6 @@ snippet dowh
snippet with
with ${1:expr} as ${2:var}:
${3:# code...}
snippet for
for ${1:needle} in ${2:haystack}:
${3:# code...}
# New Class
snippet cl
@ -123,3 +121,7 @@ snippet gpl
# along with this program. If not, see <http://www.gnu.org/licenses/>.
${3:#code}
snippet "
"""
${1:doc}
"""