Skip to content

Commit

Permalink
fix small typo in Crypto.Util.number isPrime returns
Browse files Browse the repository at this point in the history
  • Loading branch information
Blinky-Keys authored and Legrandin committed Apr 20, 2024
1 parent 98e7718 commit 061067b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Crypto/Util/number.py
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ def isPrime(N, false_positive_prob=1e-6, randfunc=None):
If omitted, :func:`Crypto.Random.get_random_bytes` is used.
Return:
`True` is the input is indeed prime.
`True` if the input is indeed prime.
"""

if randfunc is None:
Expand Down

0 comments on commit 061067b

Please sign in to comment.