From 8be93ee39327c3936fa4852e0f659023596e752c Mon Sep 17 00:00:00 2001 From: ifduyue Date: Tue, 16 Jul 2024 15:47:08 +0800 Subject: [PATCH] Fix typo in uuid7 function --- litequeue.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litequeue.py b/litequeue.py index 074a44a..e9ca968 100644 --- a/litequeue.py +++ b/litequeue.py @@ -84,7 +84,7 @@ def uuid7( last = _last if ns == 0: - # Special cose for all-zero uuid. Strictly speaking not a UUIDv7. + # Special case for all-zero uuid. Strictly speaking not a UUIDv7. t1 = t2 = t3 = t4 = 0 rand = b"\0" * 6 else: