Skip to content

Commit fec716c

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Doc/library/uuid.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -449,8 +449,7 @@ Here are some examples of typical usage of the :mod:`uuid` module::
449449
>>> uuid.MAX
450450
UUID('ffffffff-ffff-ffff-ffff-ffffffffffff')
451451

452-
>>> # make a UUID based on the host ID and current time
453-
>>> # reordered for improved DB locality
452+
>>> # same as UUIDv1 but with fields reordered to improve DB locality
454453
>>> uuid.uuid6()
455454
UUID('1f0799c0-98b9-62db-92c6-a0d365b91053')
456455

0 commit comments

Comments
 (0)