]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix whitespaces
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Fri, 12 Apr 2013 20:30:41 +0000 (23:30 +0300)
committerAndrew Svetlov <andrew.svetlov@gmail.com>
Fri, 12 Apr 2013 20:30:41 +0000 (23:30 +0300)
Lib/test/test_random.py

index 7b4b11026be3da8875c66ffbdf1ff205ce38be58..34e144cd3508be5db9417e6babb20e6b44c05b23 100644 (file)
@@ -71,7 +71,7 @@ class TestBasicOps(unittest.TestCase):
         with self.assertRaises(ValueError):
             random.triangular(low=5, high=2, mode=1)
         with self.assertRaises(ValueError):
-           random.triangular(low=-2, high=-5)
+            random.triangular(low=-2, high=-5)
 
         self.assertEqual(random.triangular(low=10, high=10), 10)
         self.assertEqual(random.triangular(low=10, high=10, mode=10), 10)