]> granicus.if.org Git - python/commitdiff
Fix indentation in recently added test.
authorR. David Murray <rdmurray@bitdance.com>
Sat, 26 Jun 2010 03:27:32 +0000 (03:27 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Sat, 26 Jun 2010 03:27:32 +0000 (03:27 +0000)
Lib/test/test_optparse.py

index 3cc142627d71300d80ba413d05e8d95a515c15f1..ab5483b5ebb3f886fe7a1cd93f63aa892698375b 100644 (file)
@@ -767,7 +767,7 @@ class TestStandard(BaseTest):
     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):