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 46fbf87 commit fec716cCopy full SHA for fec716c
Doc/library/uuid.rst
@@ -449,8 +449,7 @@ Here are some examples of typical usage of the :mod:`uuid` module::
449
>>> uuid.MAX
450
UUID('ffffffff-ffff-ffff-ffff-ffffffffffff')
451
452
- >>> # make a UUID based on the host ID and current time
453
- >>> # reordered for improved DB locality
+ >>> # same as UUIDv1 but with fields reordered to improve DB locality
454
>>> uuid.uuid6()
455
UUID('1f0799c0-98b9-62db-92c6-a0d365b91053')
456
0 commit comments