Skip to content

Commit

Permalink
Correct the location of a function mentioned in a comment (GH-4327)
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat authored and berkerpeksag committed Nov 9, 2017
1 parent d318715 commit 01ae58d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Include/pyhash.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ PyAPI_FUNC(Py_hash_t) _Py_HashBytes(const void*, Py_ssize_t);
#define _PyHASH_MULTIPLIER 1000003UL /* 0xf4243 */

/* Parameters used for the numeric hash implementation. See notes for
_Py_HashDouble in Objects/object.c. Numeric hashes are based on
_Py_HashDouble in Python/pyhash.c. Numeric hashes are based on
reduction modulo the prime 2**_PyHASH_BITS - 1. */

#if SIZEOF_VOID_P >= 8
Expand Down

0 comments on commit 01ae58d

Please sign in to comment.