Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

Commit cb94875

Browse files
committed
Merge pull request #114 from The-Compiler/patch-1
Fix hashbang in pep257 script.
2 parents 2b02b18 + 76f32b5 commit cb94875

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pep257

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

44

0 commit comments

Comments
 (0)