docs: correct UUIDv7 helper docstring (#41419)

Co-authored-by: huyua9 <huyua9@users.noreply.github.com>
This commit is contained in:
huyua9
2026-08-28 02:26:40 +00:00
committed by GitHub
parent f7e71ca9e1
commit 650f8880ea
+1 -1
View File
@@ -103,5 +103,5 @@ def gen_uuidv4_string() -> str:
def gen_uuidv7_string() -> str:
"""gen_uuidv4_string generate a UUIDv4 string."""
"""Generate a UUIDv7 string."""
return str(uuidv7())