diff --git a/snippets/python.snippets b/snippets/python.snippets index 76bc3f8..128b526 100644 --- a/snippets/python.snippets +++ b/snippets/python.snippets @@ -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 . ${3:#code} +snippet " + """ + ${1:doc} + """