DOC: Fix typo in docstring.

This commit is contained in:
Scott Sanderson
2017-06-07 18:22:30 -04:00
parent 61feedbd16
commit 4cfbb12ab5
+1 -1
View File
@@ -15,7 +15,7 @@ cdef inline double log2(double d):
cpdef inline smallest_uint_that_can_hold(Py_ssize_t maxval):
"""Choose the smallest numpy unsigned int dtype that can hold ``size``.
"""Choose the smallest numpy unsigned int dtype that can hold ``maxval``.
"""
if maxval < 1:
# lim x -> 0 log2(x) == -infinity so we floor at uint8