File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments