From 1c060f7b1284d9d32ffd4f30f5e4c4329d8cd9d0 Mon Sep 17 00:00:00 2001 From: Meng Zhuo Date: Fri, 24 May 2013 17:00:04 +0800 Subject: [PATCH] fix lambda conflict with logger.debug --- snippets/python.snippets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/python.snippets b/snippets/python.snippets index ed1155f..b859360 100644 --- a/snippets/python.snippets +++ b/snippets/python.snippets @@ -79,7 +79,7 @@ snippet clatin1 snippet cascii # -*- coding: ascii -*- # Lambda -snippet ld +snippet lda ${1:var} = lambda ${2:vars} : ${3:action} snippet . self.