mirror of
https://github.com/python/cpython.git
synced 2025-10-02 21:25:24 +00:00
Whitespace normalization.
This commit is contained in:
parent
2344fae6d0
commit
0c9886d589
7 changed files with 488 additions and 488 deletions
|
@ -76,8 +76,8 @@ def verify(name, expected):
|
|||
computed = eval(name)
|
||||
if abs(computed - expected) > 1e-7:
|
||||
raise ValueError, \
|
||||
'computed value for %s deviates too much (computed %g, expected %g)' % \
|
||||
(name, computed, expected)
|
||||
'computed value for %s deviates too much (computed %g, expected %g)' % \
|
||||
(name, computed, expected)
|
||||
|
||||
# -------------------- normal distribution --------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue