PEP-456: fix typo (#1258)

The conditional statement likely meant "if", not "is"
This commit is contained in:
Eitan Adler 2019-12-18 05:58:18 -08:00 committed by Chris Angelico
parent 117aea5a38
commit 8a0540c5ad
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@ pure C89 platforms. The 32-bit variant is fully C89-compatible.
Aumasson, Bernstein and Boßlet have shown [sip]_ [ocert-2012-001]_ that
Murmur3 is not resilient against hash collision attacks. Therefore, Murmur3
can no longer be considered as secure algorithm. It still may be an
alternative is hash collision attacks are of no concern.
alternative if hash collision attacks are of no concern.
CityHash