Skip to content

Commit e2a67cf

Browse files
authored
Merge pull request #14 from macintacos/GH-12
Switch '.' to 's' for convenience when writing docstrings
2 parents 31e42b5 + cea5b6c commit e2a67cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Thanks!
3636
| tryef | try:except:else:finally: |
3737
| trye | try:except:else: |
3838
| tryf | try:except:finally: |
39-
| . | self |
39+
| s | self |
4040
| __ | __magic__ |
4141
| ifmain | if __name__ == "__main__" |
4242

snippets/base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
"description" : "Code Snippet for a try/except/finally."
143143
},
144144
"self": {
145-
"prefix": ".",
145+
"prefix": "s",
146146
"body": "self.$0",
147147
"description" : "Shortend snippet to reference the self property in an object."
148148
},

0 commit comments

Comments
 (0)