Skip to content

Commit 08607f7

Browse files
committed
fixup
1 parent 4d9862e commit 08607f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/uuid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ def clock_seq_low(self):
324324
@property
325325
def time(self):
326326
if self.version == 6:
327-
# In version 1, the first field contains the 32 MSBs
327+
# In version 6, the first field contains the 32 MSBs
328328
# and the field after the version contains the 12 LSBs.
329329
time_hi = self.int >> 96 # == fields[0]
330330
time_lo = (self.int >> 64) & 0x0fff # == fields[2] & 0x0fff

0 commit comments

Comments
 (0)