summaryrefslogtreecommitdiff
path: root/.emacs.d/snippets/python-mode/cls
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/snippets/python-mode/cls')
-rw-r--r--.emacs.d/snippets/python-mode/cls2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/snippets/python-mode/cls b/.emacs.d/snippets/python-mode/cls
index 9f8b27c..3e3863a 100644
--- a/.emacs.d/snippets/python-mode/cls
+++ b/.emacs.d/snippets/python-mode/cls
@@ -3,5 +3,5 @@
3# key: cls 3# key: cls
4# group: object oriented 4# group: object oriented
5# -- 5# --
6class ${1:class}: 6class ${1:class}(${2:object}):
7 $0 7 $0