Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jun 25, 2025. It is now read-only.

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)

AltStyle によって変換されたページ (->オリジナル) /