From abd91d5f2c841b75eb8a32b92acee2ae823a4ac6 Mon Sep 17 00:00:00 2001 From: Michael Foord Date: Sat, 20 Mar 2010 18:09:14 +0000 Subject: Issue 7832. Document changes to unittest.TestCase.assertSameElements and assertItemsEqual --- Tools/scripts/reindent-rst.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Tools/scripts/reindent-rst.py') diff --git a/Tools/scripts/reindent-rst.py b/Tools/scripts/reindent-rst.py index 246af3ef81d..55b99ebabad 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. -- cgit v1.2.3