Commit d1ba8163 authored by Stefan Behnel's avatar Stefan Behnel

whitespace

parent 1ebc59e9
...@@ -427,7 +427,7 @@ statement, like this:: ...@@ -427,7 +427,7 @@ statement, like this::
def f(): def f():
... ...
# turn it temporarily on again for this block # turn it temporarily on again for this block
with cython.boundscheck(True): with cython.boundscheck(True):
... ...
.. Warning:: These two methods of setting directives are **not** .. Warning:: These two methods of setting directives are **not**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment