Skip to content

Commit 7e7dc55

Browse files
authored
Update uuid.rst
1 parent 585b0a1 commit 7e7dc55

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
@@ -411,7 +411,7 @@ Here are some examples of typical usage of the :mod:`uuid` module::
411411
>>> import uuid
412412

413413
>>> # make a UUID based on the host ID and current time
414-
>>> uuid.uuid1()
414+
>>> uuid.uuid1() # doctest: +SKIP
415415
UUID('a8098c1a-f86e-11da-bd1a-00112444be1e')
416416

417417
>>> # make a UUID using an MD5 hash of a namespace UUID and a name

0 commit comments

Comments
 (0)