Skip to content

Commit 585b0a1

Browse files
LamentXU123picnixz
andauthored
Update Doc/library/uuid.rst
Co-authored-by: Bénédikt Tran <[email protected]>
1 parent fec716c commit 585b0a1

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
@@ -463,7 +463,7 @@ Here are some examples of typical usage of the :mod:`uuid` module::
463463
>>> dt.datetime.fromtimestamp(u.time / 1000) # doctest: +SKIP
464464
datetime.datetime(...)
465465

466-
>>> # make a UUID using three customizable fields
466+
>>> # make a UUID with custom blocks
467467
>>> uuid.uuid8(0x12345678, 0x9abcdef0, 0x11223344)
468468
UUID('00001234-5678-8ef0-8000-000011223344')
469469

0 commit comments

Comments
 (0)