Skip to content

Commit 01ae58d

Browse files
nedbatberkerpeksag
authored andcommitted
Correct the location of a function mentioned in a comment (pythonGH-4327)
1 parent d318715 commit 01ae58d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Include/pyhash.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ PyAPI_FUNC(Py_hash_t) _Py_HashBytes(const void*, Py_ssize_t);
1616
#define _PyHASH_MULTIPLIER 1000003UL /* 0xf4243 */
1717

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

2222
#if SIZEOF_VOID_P >= 8

0 commit comments

Comments
 (0)