Browse Source

I'm used with ifmain, not defmain

master
Julio Biason 3 years ago
parent
commit
815355c272
  1. 2
      nvim/UltiSnips/python.snippets

2
nvim/UltiSnips/python.snippets

@ -6,7 +6,7 @@ snippet date
`date +%Y-%m-%d`
endsnippet
snippet defmain
snippet ifmain
def main():
"""$1"""
return

Loading…
Cancel
Save