Skip to content

Commit 560d87c

Browse files
picnixzhugovk
andauthored
avoid complex language :)
Co-authored-by: Hugo van Kemenade <[email protected]>
1 parent 12d7ad4 commit 560d87c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/uuid.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
This module provides immutable :class:`UUID` objects (the :class:`UUID` class)
1414
and :ref:`functions <uuid-factory-functions>` for generating UUIDs corresponding
1515
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.
16+
for example, :func:`uuid1` for UUID version 1, :func:`uuid3` for UUID version 3, and so on.
1717
Note that UUID version 2 is deliberately omitted as it is outside the scope of the RFC.
1818

1919
If all you want is a unique ID, you should probably call :func:`uuid1` or

0 commit comments

Comments
 (0)