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 d49855d commit a5682f8Copy full SHA for a5682f8
Lib/test/test_uuid.py
@@ -728,7 +728,7 @@ def test_uuid6_uniqueness(self):
728
self.assertEqual(len(uuids), 1000)
729
730
# Within the same 60-bit timestamp, and for identical node IDs,
731
- # it is likely to have collision on 14-bits.
+ # it is likely to have collision on the 14-bit clock sequence.
732
timestamp = 0x1ec9414c_232a_b00
733
fake_nanoseconds = (timestamp - 0x1b21dd21_3814_000) * 100
734
0 commit comments