[gnome-builder] snippets/python: trivial fix, forget '$'



commit 6998974e0dd613d5988404e82e5114f6a3dea1a1
Author: Igor Gnatenko <ignatenko src gnome org>
Date:   Fri Jan 9 09:41:31 2015 +0300

    snippets/python: trivial fix, forget '$'
    
    Signed-off-by: Igor Gnatenko <ignatenko src gnome org>

 src/resources/snippets/python.snippets |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/resources/snippets/python.snippets b/src/resources/snippets/python.snippets
index 96bfab7..cf871e5 100644
--- a/src/resources/snippets/python.snippets
+++ b/src/resources/snippets/python.snippets
@@ -46,7 +46,7 @@ snippet def
            $0
 snippet class
        class ${1:Foo}(${2:object}):
-           def __init__(self{3}):
+           def __init__(self${3}):
                $0
 snippet main
        def main():


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]