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 12d7ad4 commit 560d87cCopy full SHA for 560d87c
Doc/library/uuid.rst
@@ -13,7 +13,7 @@
13
This module provides immutable :class:`UUID` objects (the :class:`UUID` class)
14
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.
+for example, :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.
18
19
If all you want is a unique ID, you should probably call :func:`uuid1` or
0 commit comments