Commit 4e35b1a3 authored by Robert Bradshaw's avatar Robert Bradshaw Committed by GitHub

Merge pull request #2761 from pvanmulbregt/numpy_tutorial_fix_convolve_name

DOC: Fixed name of .so file in userguide's numpy_tutorial.
parents dbcdc220 fca6e723
......@@ -161,8 +161,8 @@ Cython version -- Cython uses ``.pyx`` as its file suffix (but it can also compi
.. literalinclude:: ../../examples/userguide/numpy_tutorial/compute_py.py
This should be compiled to produce :file:`convolve_cy.so` (for Linux systems,
on Windows systems, this will be a ``.pyd`` file). We
This should be compiled to produce :file:`compute_cy.so` for Linux systems
(on Windows systems, this will be a ``.pyd`` file). We
run a Python session to test both the Python version (imported from
``.py``-file) and the compiled Cython module.
......
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