chore: fix typos

pull/3475/head
snoppy 2024-04-11 22:27:02 +08:00 committed by Derek Pierre
parent 4090a342af
commit 6a7a3bb921
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ def secure_random(num_bytes: int) -> bytes:
def secure_random_range(min: int, max: int) -> int:
"""
Returns a number from a secure random source betwee the range of
Returns a number from a secure random source between the range of
`min` and `max` - 1.
:param min: Minimum number in the range