Skip to content

Commit 8ace7b3

Browse files
Update functoolz.pyx
1 parent 920c61f commit 8ace7b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cytoolz/functoolz.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ from toolz import functoolz as functoolz_py
1717
from cytools import _signatures
1818
from cytoolz import utils
1919

20-
# cdef aliases to eliminate global lookups
20+
# cdef constants to eliminate global lookups
2121
cdef object partial = functools.partial
2222
del functools
2323

0 commit comments

Comments
 (0)