diff options
author | Kyle Meyer <kyle@kyleam.com> | 2014-08-31 09:34:45 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2014-08-31 09:34:45 -0400 |
commit | 5b091e2d2c9f151d85166c3dd28d215d3ecb2bfa (patch) | |
tree | 5be478a33467dbb8f16e48cad9881c38cd753394 /snippets/python-mode/examples-header | |
parent | 75fdb84ed814d85e43fa2339380edefd7b982d3c (diff) | |
download | emacs.d-5b091e2d2c9f151d85166c3dd28d215d3ecb2bfa.tar.gz |
Snippet for 'Examples' header of Python docstring
Diffstat (limited to 'snippets/python-mode/examples-header')
-rw-r--r-- | snippets/python-mode/examples-header | 7 |
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 |