Legrandin / pycryptodome

A self-contained cryptographic library for Python
https://www.pycryptodome.org
Other
2.74k stars 492 forks source link

fix small typo in Crypto.Util.number isPrime returns #797

Closed Blinky-Keys closed 2 months ago

Blinky-Keys commented 4 months ago

Noticed a typo while reading the documentation for the isPrime function that is provided in Crypto.Util.number.

The returns section of the function documentation read "is the input is indeed prime". The commit in this PR fixes the spelling error to make the sentence grammatically correct by updating it to read "if the input is indeed prime".