Skip to content

Commit 5e97cc3

Browse files
picnixzhugovk
andauthored
Apply suggestions from code review
Co-authored-by: Hugo van Kemenade <[email protected]>
1 parent 275deb7 commit 5e97cc3

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
@@ -13,7 +13,7 @@
1313
This module provides immutable :class:`UUID` objects (the :class:`UUID` class)
1414
and the functions :func:`uuid1`, :func:`uuid3`, :func:`uuid4`, :func:`uuid5` for
1515
generating version 1, 3, 4, 5, and 8 UUIDs as specified in :rfc:`9562` (which
16-
superseeds :rfc:`4122`).
16+
supersedes :rfc:`4122`).
1717

1818
If all you want is a unique ID, you should probably call :func:`uuid1` or
1919
:func:`uuid4`. Note that :func:`uuid1` may compromise privacy since it creates
@@ -275,7 +275,7 @@ of the :attr:`~UUID.variant` attribute:
275275
.. data:: RFC_4122
276276

277277
Specifies the UUID layout given in :rfc:`4122`. This constant is kept
278-
for backward compatibility even though :rfc:`4122` has been superseeded
278+
for backward compatibility even though :rfc:`4122` has been superseded
279279
by :rfc:`9562`.
280280

281281

0 commit comments

Comments
 (0)