Minor typo fix in constant_hash comment. (#329)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user