summaryrefslogtreecommitdiff
path: root/.emacs.d/snippets/python-mode/try
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/snippets/python-mode/try')
-rw-r--r--.emacs.d/snippets/python-mode/try2
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# --
5try: 5try:
6 $1 6 $1
7except ${2:Exception}: 7except ${2:Exception} as e:
8 $0 \ No newline at end of file 8 $0 \ No newline at end of file