Minor typo fix in constant_hash comment. (#329)

This commit is contained in:
pup
2018-05-12 13:30:15 -04:00
committed by Dan Gohman
parent b36fc6b75f
commit 34b8c00d61

View File

@@ -2,7 +2,7 @@
Generate constant hash tables. Generate constant hash tables.
The `constant_hash` module can generate constant pre-populated hash tables. We The `constant_hash` module can generate constant pre-populated hash tables. We
don't attempt parfect hashing, but simply generate an open addressed don't attempt perfect hashing, but simply generate an open addressed
quadratically probed hash table. quadratically probed hash table.
""" """
from __future__ import absolute_import from __future__ import absolute_import