Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 717a32b

Browse files
committed
Fix typo in test_time.py
1 parent 8579a8f commit 717a32b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_time.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,7 @@ def _rounding_values(self, use_float):
729729
for seconds in (_testcapi.INT_MIN, _testcapi.INT_MAX):
730730
ns_timestamps.append(seconds * SEC_TO_NS)
731731
if use_float:
732-
# numbers with an extract representation in IEEE 754 (base 2)
732+
# numbers with an exact representation in IEEE 754 (base 2)
733733
for pow2 in (3, 7, 10, 15):
734734
ns = 2.0 ** (-pow2)
735735
ns_timestamps.extend((-ns, ns))

0 commit comments

Comments
 (0)