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 6d76389 commit bd4ab55Copy full SHA for bd4ab55
Doc/library/uuid.rst
@@ -14,7 +14,7 @@ This module provides immutable :class:`UUID` objects (the :class:`UUID` class) a
14
the :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.
+Note that UUID version 2 is deliberately omitted as it exceeds the scope of the RFC.
18
19
If all you want is a unique ID, you should probably call :func:`uuid1` or
20
:func:`uuid4`. Note that :func:`uuid1` may compromise privacy since it creates
0 commit comments