Skip to content

Commit b911f1e

Browse files
authored
Update uuid.rst
1 parent 8680fa4 commit b911f1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/uuid.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,11 +193,11 @@ The :mod:`uuid` module defines the following functions:
193193

194194
.. function:: uuid1(node=None, clock_seq=None)
195195

196-
Generate a UUID from a host ID, sequence number, and the current time
196+
Generate a UUID from a host ID, sequence number, and the current time
197197
according to :rfc:`RFC 9562, §5.1 <9562#section-5.1>`.
198198

199199
If *node* is not given, :func:`getnode` is used to obtain the hardware address.
200-
200+
201201
If *clock_seq* is given, it is used as the sequence number; otherwise a random
202202
14-bit sequence number is chosen.
203203

0 commit comments

Comments
 (0)