Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8579a8f commit 717a32bCopy full SHA for 717a32b
1 file changed
Lib/test/test_time.py
@@ -729,7 +729,7 @@ def _rounding_values(self, use_float):
729
for seconds in (_testcapi.INT_MIN, _testcapi.INT_MAX):
730
ns_timestamps.append(seconds * SEC_TO_NS)
731
if use_float:
732
- # numbers with an extract representation in IEEE 754 (base 2)
+ # numbers with an exact representation in IEEE 754 (base 2)
733
for pow2 in (3, 7, 10, 15):
734
ns = 2.0 ** (-pow2)
735
ns_timestamps.extend((-ns, ns))
0 commit comments