diff options
Diffstat (limited to '.emacs.d/snippets/python-mode/try')
| -rw-r--r-- | .emacs.d/snippets/python-mode/try | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/snippets/python-mode/try b/.emacs.d/snippets/python-mode/try index 8836de6..6e68e8d 100644 --- a/.emacs.d/snippets/python-mode/try +++ b/.emacs.d/snippets/python-mode/try | |||
| @@ -4,5 +4,5 @@ | |||
| 4 | # -- | 4 | # -- |
| 5 | try: | 5 | try: |
| 6 | $1 | 6 | $1 |
| 7 | except ${2:Exception}: | 7 | except ${2:Exception} as e: |
| 8 | $0 \ No newline at end of file | 8 | $0 \ No newline at end of file |
