summaryrefslogtreecommitdiff
path: root/python-mode/return
diff options
context:
space:
mode:
Diffstat (limited to 'python-mode/return')
-rw-r--r--python-mode/return5
1 files changed, 5 insertions, 0 deletions
diff --git a/python-mode/return b/python-mode/return
new file mode 100644
index 0000000..641a308
--- /dev/null
+++ b/python-mode/return
@@ -0,0 +1,5 @@
+# -*- mode: snippet -*-
+# name: return
+# key: r
+# --
+return $0 \ No newline at end of file