Skip to content

Commit a5682f8

Browse files
committed
fix comment
1 parent d49855d commit a5682f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_uuid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@ def test_uuid6_uniqueness(self):
728728
self.assertEqual(len(uuids), 1000)
729729

730730
# Within the same 60-bit timestamp, and for identical node IDs,
731-
# it is likely to have collision on 14-bits.
731+
# it is likely to have collision on the 14-bit clock sequence.
732732
timestamp = 0x1ec9414c_232a_b00
733733
fake_nanoseconds = (timestamp - 0x1b21dd21_3814_000) * 100
734734

0 commit comments

Comments
 (0)