Skip to content

Commit f7b7834

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

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
@@ -450,7 +450,7 @@ Here are some examples of typical usage of the :mod:`uuid` module::
450450
UUID('ffffffff-ffff-ffff-ffff-ffffffffffff')
451451

452452
>>> # same as UUIDv1 but with fields reordered to improve DB locality
453-
>>> uuid.uuid6()
453+
>>> uuid.uuid6() # doctest: +SKIP
454454
UUID('1f0799c0-98b9-62db-92c6-a0d365b91053')
455455

456456
>>> # get UUIDv7 creation (local) time as a timestamp in milliseconds

0 commit comments

Comments
 (0)