Skip to content

Commit

Permalink
DOC: Fix typo in docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Sanderson committed Jun 7, 2017
1 parent 61feedb commit 4cfbb12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zipline/lib/_factorize.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4cfbb12

Please sign in to comment.