Skip to content

Commit

Permalink
Merge branch 'main' into feature/support-pickle
Browse files Browse the repository at this point in the history
  • Loading branch information
lepenkinya authored Oct 2, 2023
2 parents a25fb6f + 3d5f68c commit 47eeb3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ UUID('ffe95fcc-b818-4aca-a350-e0a35b9de6ec')

>>> # make a random UUID using a Unix timestamp which is time-ordered.
>>> uuid.uuid7()
UUID('16ada4b8-b7b1-4e6c-b857-012bc678552b')
UUID('16ada4b8-b7b1-7e6c-b857-012bc678552b')

>>> # make a UUID using a SHA-1 hash of a namespace UUID and a name
>>> uuid.uuid5(uuid.NAMESPACE_DNS, 'python.org')
Expand Down

0 comments on commit 47eeb3d

Please sign in to comment.