PEP 485: Resolve uses of the default role (#3410)

This commit is contained in:
Adam Turner 2023-09-01 20:31:21 +01:00 committed by GitHub
parent 3f39a801a1
commit ea57cc320c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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