Skip to content

Commit f7b14b8

Browse files
committed
Add Python doc snippet.
1 parent 24cce15 commit f7b14b8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

snippets/python.snippets

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ snippet dowh
2121
snippet with
2222
with ${1:expr} as ${2:var}:
2323
${3:# code...}
24-
snippet for
25-
for ${1:needle} in ${2:haystack}:
2624
${3:# code...}
2725
# New Class
2826
snippet cl
@@ -123,3 +121,7 @@ snippet gpl
123121
# along with this program. If not, see <http://www.gnu.org/licenses/>.
124122

125123
${3:#code}
124+
snippet "
125+
"""
126+
${1:doc}
127+
"""

0 commit comments

Comments
 (0)