Commit f158e490 authored by Stefan Behnel's avatar Stefan Behnel

Make presented signature in memory view docs match the example function name.

parent 213720e7
...@@ -60,7 +60,7 @@ They also work conveniently as function arguments: ...@@ -60,7 +60,7 @@ They also work conveniently as function arguments:
.. code-block:: cython .. code-block:: cython
def process_3d_buffer(int[:,:] view not None): def process_3d_buffer(int[:,:,:] view not None):
... ...
The ``not None`` declaration for the argument automatically rejects The ``not None`` declaration for the argument automatically rejects
......
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