Skip to content

Commit f129053

Browse files
authored
sync uuid1 & uuid6 docs
1 parent b55a920 commit f129053

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

Doc/library/uuid.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,9 @@ The :mod:`uuid` module defines the following functions:
200200
address as a 48-bit positive integer. When a sequence number *clock_seq* is
201201
not specified, a pseudo-random 14-bit positive integer is generated.
202202

203+
If *node* or *clock_seq* exceed their expected bit count,
204+
only their least significant bits are kept.
205+
203206

204207
.. function:: uuid3(namespace, name)
205208

@@ -234,8 +237,8 @@ The :mod:`uuid` module defines the following functions:
234237
address as a 48-bit positive integer. When a sequence number *clock_seq* is
235238
not specified, a pseudo-random 14-bit positive integer is generated.
236239

237-
If *node* or *clock_seq* exceed their expected bit count, only their least
238-
significant bits are kept.
240+
If *node* or *clock_seq* exceed their expected bit count,
241+
only their least significant bits are kept.
239242

240243
.. versionadded:: 3.14
241244

0 commit comments

Comments
 (0)