Skip to content

Commit 3253758

Browse files
authored
Merge pull request #14 from ifduyue/patch-1
Fix typo in uuid7 function
2 parents 90e9694 + 8be93ee commit 3253758

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

litequeue.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def uuid7(
8484
last = _last
8585

8686
if ns == 0:
87-
# Special cose for all-zero uuid. Strictly speaking not a UUIDv7.
87+
# Special case for all-zero uuid. Strictly speaking not a UUIDv7.
8888
t1 = t2 = t3 = t4 = 0
8989
rand = b"\0" * 6
9090
else:

0 commit comments

Comments
 (0)