diff options
| author | Simeon Simeonov | 2026-09-22 22:04:51 +0200 |
|---|---|---|
| committer | Simeon Simeonov | 2026-09-22 22:04:51 +0200 |
| commit | 32068d98936815142955490366dd54d954b08685 (patch) | |
| tree | 6c198fff8c879b0243e5da14b424be99ff88a0a0 /.emacs.d/snippets/python-mode.statnett/function_docstring | |
| parent | 9daec97a593cd6c419badbf08259bdf3653520ab (diff) | |
Diffstat (limited to '.emacs.d/snippets/python-mode.statnett/function_docstring')
| -rw-r--r-- | .emacs.d/snippets/python-mode.statnett/function_docstring | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.emacs.d/snippets/python-mode.statnett/function_docstring b/.emacs.d/snippets/python-mode.statnett/function_docstring index 685eaf5..1f7f35b 100644 --- a/.emacs.d/snippets/python-mode.statnett/function_docstring +++ b/.emacs.d/snippets/python-mode.statnett/function_docstring | |||
| @@ -2,7 +2,6 @@ | |||
| 2 | # name: function_docstring | 2 | # name: function_docstring |
| 3 | # key: fd | 3 | # key: fd |
| 4 | # group: definitions | 4 | # group: definitions |
| 5 | # NOTE: Use minimum indentation, because Emacs 25+ doesn't dedent docstrings. | ||
| 6 | # -- | 5 | # -- |
| 7 | def ${1:name}($2): | 6 | def ${1:name}($2): |
| 8 | \"\"\"$3 | 7 | \"\"\"$3 |
