From 6185b8f74292b15acc427e9b978d1bb4c57038c0 Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Mon, 25 May 2020 09:57:23 +0200 Subject: Cleanup Python snippets --- .emacs.d/snippets/python-mode/function | 1 + 1 file changed, 1 insertion(+) (limited to '.emacs.d/snippets/python-mode/function') diff --git a/.emacs.d/snippets/python-mode/function b/.emacs.d/snippets/python-mode/function index 97fe03f..5a39d8f 100644 --- a/.emacs.d/snippets/python-mode/function +++ b/.emacs.d/snippets/python-mode/function @@ -4,4 +4,5 @@ # group: definitions # -- def ${1:fun}(${2:args}): + """""" $0 -- cgit v1.3