We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4da7935 commit 2b547ceCopy full SHA for 2b547ce
README.md
@@ -34,7 +34,7 @@ Thanks!
34
| tryef | try:except:else:finally: |
35
| trye | try:except:else: |
36
| tryf | try:except:finally: |
37
-| . | self |
+| .. | self |
38
| __ | __magic__ |
39
| ifmain | if __name__ == "__main__" |
40
snippets/base.json
@@ -111,7 +111,7 @@
111
"description" : "Code Snippet for a try/except/finally."
112
},
113
"self": {
114
- "prefix": ".",
+ "prefix": "..",
115
"body": "self.$0",
116
"description" : "Shortend snippet to reference the self property in an object."
117
0 commit comments