We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8755de0 commit 12d7ad4Copy full SHA for 12d7ad4
Doc/library/uuid.rst
@@ -10,8 +10,8 @@
10
11
--------------
12
13
-This module provides immutable :class:`UUID` objects (the :class:`UUID` class) and
14
-the :ref:`functions <uuid-factory-functions>` for generating UUIDs corresponding
+This module provides immutable :class:`UUID` objects (the :class:`UUID` class)
+and :ref:`functions <uuid-factory-functions>` for generating UUIDs corresponding
15
to a specific UUID version as specified in :rfc:`9562` (which supersedes :rfc:`4122`),
16
e.g., :func:`uuid1` for UUID version 1, :func:`uuid3` for UUID version 3, and so on.
17
Note that UUID version 2 is deliberately omitted as it is outside the scope of the RFC.
0 commit comments