Skip to content

Commit 76665b9

Browse files
authored
Update docstring (#67)
1 parent ca6a239 commit 76665b9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/uuid6/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
r"""UUID draft version objects (universally unique identifiers).
2-
This module provides the functions uuid6() and uuid7() for
3-
generating version 6 and 7 UUIDs as specified in
4-
https://github.com/uuid6/uuid6-ietf-draft.
2+
This module provides the functions uuid6(), uuid7(), and uuid8() for
3+
generating version 6, 7, and 8 UUIDs as specified in
4+
https://github.com/ietf-wg-uuidrev/rfc4122bis
55
"""
66

77
import secrets

0 commit comments

Comments
 (0)