Skip to content

Commit bd4ab55

Browse files
authored
'is outside the scope' -> 'exceeds the scope'
1 parent 6d76389 commit bd4ab55

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
@@ -14,7 +14,7 @@ This module provides immutable :class:`UUID` objects (the :class:`UUID` class) a
1414
the :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.
17-
Note that UUID version 2 is deliberately omitted as it is outside the scope of the RFC.
17+
Note that UUID version 2 is deliberately omitted as it exceeds the scope of the RFC.
1818

1919
If all you want is a unique ID, you should probably call :func:`uuid1` or
2020
:func:`uuid4`. Note that :func:`uuid1` may compromise privacy since it creates

0 commit comments

Comments
 (0)