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

Commit 76f32b5

Browse files
committed
Fix hashbang in pep257 script.
When using `pep257` without rewriting the hashbang in the script (e.g. via `tox`), the space at the beginning of the hashbang breaks invocation of the script: ``` pep257 runtests: commands[0] | /home/buildbot/slave/lint/build/.tox/pep257/bin/pep257 ... : No such file or directory ```
1 parent 2b02b18 commit 76f32b5

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)