We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fec716c commit 585b0a1Copy full SHA for 585b0a1
Doc/library/uuid.rst
@@ -463,7 +463,7 @@ Here are some examples of typical usage of the :mod:`uuid` module::
463
>>> dt.datetime.fromtimestamp(u.time / 1000) # doctest: +SKIP
464
datetime.datetime(...)
465
466
- >>> # make a UUID using three customizable fields
+ >>> # make a UUID with custom blocks
467
>>> uuid.uuid8(0x12345678, 0x9abcdef0, 0x11223344)
468
UUID('00001234-5678-8ef0-8000-000011223344')
469
0 commit comments