Skip to content

Commit

Permalink
Update README (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zer0x00 authored Oct 4, 2023
1 parent cb79b0a commit 5ffc85f
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-7e6c-b857-012bc678552b')
UUID('018afa4a-0d21-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 5ffc85f

Please sign in to comment.