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 8680fa4 commit b911f1eCopy full SHA for b911f1e
Doc/library/uuid.rst
@@ -193,11 +193,11 @@ The :mod:`uuid` module defines the following functions:
193
194
.. function:: uuid1(node=None, clock_seq=None)
195
196
- Generate a UUID from a host ID, sequence number, and the current time
+ Generate a UUID from a host ID, sequence number, and the current time
197
according to :rfc:`RFC 9562, §5.1 <9562#section-5.1>`.
198
199
If *node* is not given, :func:`getnode` is used to obtain the hardware address.
200
-
+
201
If *clock_seq* is given, it is used as the sequence number; otherwise a random
202
14-bit sequence number is chosen.
203
0 commit comments