summaryrefslogtreecommitdiff
path: root/snippets/python-mode
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2014-08-31 09:34:45 -0400
committerKyle Meyer <kyle@kyleam.com>2014-08-31 09:34:45 -0400
commit5b091e2d2c9f151d85166c3dd28d215d3ecb2bfa (patch)
tree5be478a33467dbb8f16e48cad9881c38cd753394 /snippets/python-mode
parent75fdb84ed814d85e43fa2339380edefd7b982d3c (diff)
downloademacs.d-5b091e2d2c9f151d85166c3dd28d215d3ecb2bfa.tar.gz
Snippet for 'Examples' header of Python docstring
Diffstat (limited to 'snippets/python-mode')
-rw-r--r--snippets/python-mode/examples-header7
1 files changed, 7 insertions, 0 deletions
diff --git a/snippets/python-mode/examples-header b/snippets/python-mode/examples-header
new file mode 100644
index 0000000..581b1dc
--- /dev/null
+++ b/snippets/python-mode/examples-header
@@ -0,0 +1,7 @@
+# -*- mode: snippet -*-
+# name: Examples header
+# key: eh
+# --
+Examples
+--------
+$0