summaryrefslogtreecommitdiffstats
path: root/Tools/scripts/reindent-rst.py
diff options
context:
space:
mode:
authorMichael Foord <fuzzyman@voidspace.org.uk>2010-03-20 18:09:14 (GMT)
committerMichael Foord <fuzzyman@voidspace.org.uk>2010-03-20 18:09:14 (GMT)
commitabd91d5f2c841b75eb8a32b92acee2ae823a4ac6 (patch)
tree585e130dc3138478c4852a0ebc8cc58df0c4ed4e /Tools/scripts/reindent-rst.py
parent91c9da34bc155139618d3c837d9bc7cef1ac4a17 (diff)
downloadcpython-abd91d5f2c841b75eb8a32b92acee2ae823a4ac6.zip
cpython-abd91d5f2c841b75eb8a32b92acee2ae823a4ac6.tar.gz
cpython-abd91d5f2c841b75eb8a32b92acee2ae823a4ac6.tar.bz2
Issue 7832. Document changes to unittest.TestCase.assertSameElements and assertItemsEqual
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.