From 9ebe2b6886fc16b474e5195132f0d8cb7141ba21 Mon Sep 17 00:00:00 2001 From: Antoine Dechaume Date: Tue, 19 Nov 2013 21:59:12 +0100 Subject: [PATCH] update after SirVer review --- UltiSnips/python.snippets | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/UltiSnips/python.snippets b/UltiSnips/python.snippets index 6f58aba..b49d438 100644 --- a/UltiSnips/python.snippets +++ b/UltiSnips/python.snippets @@ -14,11 +14,11 @@ if __name__ == '__main__': ${1:main()}$0 endsnippet - -snippet for "for loop" !b +snippet for "for loop" b for ${1:item} in ${2:iterable}: ${3:pass} endsnippet + ########## # COMMON # ##########