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 963f632 commit d74dc13Copy full SHA for d74dc13
Doc/library/uuid.rst
@@ -436,7 +436,7 @@ Here are some examples of typical usage of the :mod:`uuid` module::
436
>>> uuid.MAX
437
UUID('ffffffff-ffff-ffff-ffff-ffffffffffff')
438
439
- >>> # get UUIDv7 creation (local) time as a timestamp in millisecond
+ >>> # get UUIDv7 creation (local) time as a timestamp in milliseconds
440
>>> u = uuid.uuid7()
441
>>> u.time # doctest: +SKIP
442
1743936859822
0 commit comments