diff options
Diffstat (limited to '.emacs.d/snippets/python-mode/print')
| -rw-r--r-- | .emacs.d/snippets/python-mode/print | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/snippets/python-mode/print b/.emacs.d/snippets/python-mode/print index cc1c797..d9fb14a 100644 --- a/.emacs.d/snippets/python-mode/print +++ b/.emacs.d/snippets/python-mode/print | |||
| @@ -2,4 +2,4 @@ | |||
| 2 | # name: print | 2 | # name: print |
| 3 | # key: p | 3 | # key: p |
| 4 | # -- | 4 | # -- |
| 5 | print($0) \ No newline at end of file | 5 | print('$0') \ No newline at end of file |
