summaryrefslogtreecommitdiff
path: root/Tools/scripts/reindent-rst.py
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-07-26 18:25:14 +0200
committerÉric Araujo <merwok@netwok.org>2011-07-26 18:25:14 +0200
commit9e1af03fbb2a9fc1472ac866add02c99b0c88b16 (patch)
tree25efce5bd9633ba8cb685c9c64464a49da941853 /Tools/scripts/reindent-rst.py
parent76748b7033cdd52a95d78d85f2ec15244e5d0fd8 (diff)
parenta0e92a802815d55dafd303b39843ddd2b9784bdb (diff)
downloadcpython-git-9e1af03fbb2a9fc1472ac866add02c99b0c88b16.tar.gz
Branch merge.
I moved the NEWS entry for the reindent fix to the right release section.
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 ceb84bfd3c..25608af66a 100755
--- a/Tools/scripts/reindent-rst.py
+++ b/Tools/scripts/reindent-rst.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
# Make a reST file compliant to our pre-commit hook.
# Currently just remove trailing whitespace.