mirror of
https://github.com/python/cpython.git
synced 2025-08-28 20:56:54 +00:00
Fix whitespaces
This commit is contained in:
commit
4e7d3ab405
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue