Skip to content

Commit

Permalink
Merge pull request #17210 from eli-schwartz/cythoner-shebang
Browse files Browse the repository at this point in the history
BLD: fix invalid shebang for build helper script

[ci skip]
  • Loading branch information
rgommers committed Oct 12, 2022
2 parents eab8b6d + a08507c commit 5590b86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scipy/_build_utils/cythoner.py
@@ -1,4 +1,4 @@
#!python3
#!/usr/bin/env python3
""" Scipy variant of Cython command
Cython, as applied to single pyx file.
Expand Down

0 comments on commit 5590b86

Please sign in to comment.