diff options
| author | Simeon Simeonov | 2019-03-13 22:41:11 +0100 |
|---|---|---|
| committer | Simeon Simeonov | 2019-03-13 22:41:11 +0100 |
| commit | 768e9a669d0a35087f42a9712791809850be8f49 (patch) | |
| tree | ef6d27cb1ef1736178ec4b1676322c4685eaeecc /.emacs.d/snippets/python-mode/doc | |
| parent | f7c1738793643a21917c9fb895d0e91da5446325 (diff) | |
Change docstring representation in doc, property_getter and property_setter
Diffstat (limited to '.emacs.d/snippets/python-mode/doc')
| -rw-r--r-- | .emacs.d/snippets/python-mode/doc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.emacs.d/snippets/python-mode/doc b/.emacs.d/snippets/python-mode/doc index 2929e78..440bbe3 100644 --- a/.emacs.d/snippets/python-mode/doc +++ b/.emacs.d/snippets/python-mode/doc | |||
| @@ -2,5 +2,4 @@ | |||
| 2 | # name: doc | 2 | # name: doc |
| 3 | # key: d | 3 | # key: d |
| 4 | # -- | 4 | # -- |
| 5 | """$0 | 5 | """$0""" \ No newline at end of file |
| 6 | """ \ No newline at end of file | ||
