PEP 485: Resolve uses of the default role (#3410)
This commit is contained in:
parent
3f39a801a1
commit
ea57cc320c
|
@ -590,7 +590,7 @@ No absolute tolerance
|
|||
Given the issues with comparing to zero, another possibility would
|
||||
have been to only provide a relative tolerance, and let comparison to
|
||||
zero fail. In this case, the user would need to do a simple absolute
|
||||
test: `abs(val) < zero_tol` in the case where the comparison involved
|
||||
test: ``abs(val) < zero_tol`` in the case where the comparison involved
|
||||
zero.
|
||||
|
||||
However, this would not allow the same call to be used for a sequence
|
||||
|
|
Loading…
Reference in New Issue