Skip to content

Commit d6342b2

Browse files
authored
Fixup typo in shebang
1 parent d2bbe9e commit d6342b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

agate/testcase.py

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

33
try:
44
import unittest2 as unittest

0 commit comments

Comments
 (0)