Skip to content

Commit d49855d

Browse files
committed
post-merge
1 parent 5ad6268 commit d49855d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/uuid.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212

1313
This module provides immutable :class:`UUID` objects (the :class:`UUID` class)
1414
and the functions :func:`uuid1`, :func:`uuid3`, :func:`uuid4`, :func:`uuid5`,
15-
and :func:`uuid6` for generating version 1, 3, 4, 5, 6, and 8 UUIDs as
16-
specified in :rfc:`9562` (which supersedes :rfc:`4122`).
15+
:func:`uuid6`, and :func:`uuid.uuid8` for generating version 1, 3, 4, 5, 6,
16+
and 8 UUIDs as specified in :rfc:`9562` (which supersedes :rfc:`4122`).
1717

1818
If all you want is a unique ID, you should probably call :func:`uuid1` or
1919
:func:`uuid4`. Note that :func:`uuid1` may compromise privacy since it creates

0 commit comments

Comments
 (0)