Skip to content

Commit 12d7ad4

Browse files
authored
small fix
minimize git diff + remove now unwanted article
1 parent 8755de0 commit 12d7ad4

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
@@ -10,8 +10,8 @@
1010

1111
--------------
1212

13-
This module provides immutable :class:`UUID` objects (the :class:`UUID` class) and
14-
the :ref:`functions <uuid-factory-functions>` for generating UUIDs corresponding
13+
This module provides immutable :class:`UUID` objects (the :class:`UUID` class)
14+
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`),
1616
e.g., :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.

0 commit comments

Comments
 (0)