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 4d9862e commit 08607f7Copy full SHA for 08607f7
Lib/uuid.py
@@ -324,7 +324,7 @@ def clock_seq_low(self):
324
@property
325
def time(self):
326
if self.version == 6:
327
- # In version 1, the first field contains the 32 MSBs
+ # In version 6, the first field contains the 32 MSBs
328
# and the field after the version contains the 12 LSBs.
329
time_hi = self.int >> 96 # == fields[0]
330
time_lo = (self.int >> 64) & 0x0fff # == fields[2] & 0x0fff
0 commit comments