summaryrefslogtreecommitdiffstats
path: root/Tools/scripts/reindent-rst.py
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/scripts/reindent-rst.py')
-rwxr-xr-xTools/scripts/reindent-rst.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/scripts/reindent-rst.py b/Tools/scripts/reindent-rst.py
index 246af3e..55b99eb 100755
--- a/Tools/scripts/reindent-rst.py
+++ b/Tools/scripts/reindent-rst.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/env python
# Make a reST file compliant to our pre-commit hook.
# Currently just remove trailing whitespace.