Skip to content

Commit d74dc13

Browse files
picnixzhugovk
andauthored
Update Doc/library/uuid.rst
Co-authored-by: Hugo van Kemenade <[email protected]>
1 parent 963f632 commit d74dc13

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
@@ -436,7 +436,7 @@ Here are some examples of typical usage of the :mod:`uuid` module::
436436
>>> uuid.MAX
437437
UUID('ffffffff-ffff-ffff-ffff-ffffffffffff')
438438

439-
>>> # get UUIDv7 creation (local) time as a timestamp in millisecond
439+
>>> # get UUIDv7 creation (local) time as a timestamp in milliseconds
440440
>>> u = uuid.uuid7()
441441
>>> u.time # doctest: +SKIP
442442
1743936859822

0 commit comments

Comments
 (0)