Doc: fix shebang, issue #81

This commit is contained in:
Florent Xicluna 2013-02-25 10:51:55 +01:00
parent 348b484e62
commit 4c4c91fd85

View file

@ -30,7 +30,7 @@ Git hook
To use the Git hook on any *commit*, add a **pre-commit** file in the
*.git/hooks* directory containing::
#!/usr/bin/python
#!/usr/bin/env python
import sys
from flake8.run import git_hook