Explorar el Código

release tool sphinx-to-rst: Fixed typo in hashbang. Closes #221. Thanks to Novhak

Ask Solem hace 14 años
padre
commit
f3569e29dc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      contrib/release/sphinx-to-rst.py

+ 1 - 1
contrib/release/sphinx-to-rst.py

@@ -1,4 +1,4 @@
-#!/usr/bin/even/python
+#!/usr/bin/env python
 import os
 import re
 import sys