commit | 04a3439ba656d99312789e92a9c17c09a5a4b4b2 | [log] [tgz] |
---|---|---|
author | R. David Murray <rdmurray@bitdance.com> | Sat Jun 26 03:27:32 2010 +0000 |
committer | R. David Murray <rdmurray@bitdance.com> | Sat Jun 26 03:27:32 2010 +0000 |
tree | 598573a1020845dfaa0e1970bc5e191212bdd0e6 | |
parent | caf5db79240eea69df51e9d1f969dfd52400f3fc [diff] [blame] |
Fix indentation in recently added test.
diff --git a/Lib/test/test_optparse.py b/Lib/test/test_optparse.py index 3cc1426..ab5483b 100644 --- a/Lib/test/test_optparse.py +++ b/Lib/test/test_optparse.py
@@ -767,7 +767,7 @@ def test_combined_single_invalid_option(self): self.parser.add_option("-t", action="store_true") self.assertParseFail(["-test"], - "no such option: -e") + "no such option: -e") class TestBool(BaseTest): def setUp(self):