Skip to content

Commit 66eb50c

Browse files
picnixzvstinner
andauthored
DB -> database
Co-authored-by: Victor Stinner <[email protected]>
1 parent 3c231c7 commit 66eb50c

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
@@ -226,7 +226,7 @@ The :mod:`uuid` module defines the following functions:
226226

227227
Generate a UUID from a sequence number and the current time according to
228228
:rfc:`9562`.
229-
This is an alternative to :func:`uuid1` to improve DB locality.
229+
This is an alternative to :func:`uuid1` to improve database locality.
230230

231231
When *node* is not specified, :func:`getnode` is used to obtain the hardware
232232
address as a 48-bit positive integer. When a sequence number *clock_seq* is

0 commit comments

Comments
 (0)