diff options
author | Éric Araujo <merwok@netwok.org> | 2011-07-29 12:30:03 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-07-29 12:30:03 (GMT) |
commit | 0bbacc621c0d844e24ea8e9ff84e35883af6678b (patch) | |
tree | 4db1983004caa59b7d56765118d9973ca6d41f79 /Tools/scripts/reindent-rst.py | |
parent | abe9dc3f30b9166e2c4c9c5e21a235ec655a6ca0 (diff) | |
parent | bab50cb1247f79d10a746ec4dae88848319ff162 (diff) | |
download | cpython-0bbacc621c0d844e24ea8e9ff84e35883af6678b.zip cpython-0bbacc621c0d844e24ea8e9ff84e35883af6678b.tar.gz cpython-0bbacc621c0d844e24ea8e9ff84e35883af6678b.tar.bz2 |
Branch merge
Diffstat (limited to 'Tools/scripts/reindent-rst.py')
-rwxr-xr-x | Tools/scripts/reindent-rst.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/scripts/reindent-rst.py b/Tools/scripts/reindent-rst.py index ceb84bf..25608af 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. |