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 48649e5 commit 3c231c7Copy full SHA for 3c231c7
Lib/uuid.py
@@ -362,7 +362,7 @@ def time(self):
362
time_lo = (self.int >> 64) & 0x0fff
363
return time_hi << 28 | (self.time_mid << 12) | time_lo
364
else:
365
- # time_low (32) | time_mid (16) | ver (4) | time_hi (12) | ... (64)
+ # time_lo (32) | time_mid (16) | ver (4) | time_hi (12) | ... (64)
366
#
367
# For compatibility purposes, we do not warn or raise when the
368
# version is not 1 (timestamp is irrelevant to other versions).
0 commit comments