mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Fix whitespaces
This commit is contained in:
parent
a2dfc35a13
commit
eff6444751
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ def test_triangular(self):
|
|||
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