Skip to content

Commit 0a2c735

Browse files
jetzlpil
authored andcommitted
Change <#!> for </usr/bin/env python> for python snippet
1 parent a44ed47 commit 0a2c735

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

UltiSnips/python.snippets

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ priority -50
55
###########################################################################
66

77
#! header
8-
snippet #! "#!/usr/bin/env python3" b
9-
#!/usr/bin/env python3
8+
snippet #! "#!/usr/bin/env python" b
9+
#!/usr/bin/env python
1010
$0
1111
endsnippet
1212

0 commit comments

Comments
 (0)