Browse Source

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

Ask Solem 14 years ago
parent
commit
f3569e29dc
1 changed files with 1 additions and 1 deletions
  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