Skip to content
Snippets Groups Projects
Commit 1244160fef06 authored by Stefan Behnel's avatar Stefan Behnel
Browse files

Fix accidentally modified comment.

parent 55288fd91566
Branches
No related tags found
No related merge requests found
...@@ -866,7 +866,7 @@ ...@@ -866,7 +866,7 @@
if not have_step: if not have_step:
step = 1 step = 1
# len = ceil( (stop - start) // step ) # len = ceil( (stop - start) / step )
with cython.cdivision(True): with cython.cdivision(True):
new_shape = (stop - start) // step new_shape = (stop - start) // step
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment