Skip to content

Commit 8ffc2b0

Browse files
committed
fix sugarise-doc-comments.py shebang
1 parent 587ce48 commit 8ffc2b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/etc/sugarise-doc-comments.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python
1+
#!/usr/bin/env python
22

33
#
44
# this script attempts to turn doc comment attributes (#[doc = "..."])

0 commit comments

Comments
 (0)