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 585b0a1 commit 7e7dc55Copy full SHA for 7e7dc55
Doc/library/uuid.rst
@@ -411,7 +411,7 @@ Here are some examples of typical usage of the :mod:`uuid` module::
411
>>> import uuid
412
413
>>> # make a UUID based on the host ID and current time
414
- >>> uuid.uuid1()
+ >>> uuid.uuid1() # doctest: +SKIP
415
UUID('a8098c1a-f86e-11da-bd1a-00112444be1e')
416
417
>>> # make a UUID using an MD5 hash of a namespace UUID and a name
0 commit comments