Commit f6032352 authored by Robert Bradshaw's avatar Robert Bradshaw Committed by GitHub

Merge pull request #2715 from alvaroabascar/patch-1

Fix 2 minor writing mistakes.
parents adeb5a86 7a88781b
......@@ -458,9 +458,9 @@ integers as before.
Using multiple threads
======================
Cython have support for OpenMP. It have also some nice wrappers around it,
Cython have support for OpenMP. It also has some nice wrappers around it,
like the function :func:`prange`. You can see more information about Cython and
parralelism in :ref:`parallel`. Since we do elementwise operations, we can easily
parallelism in :ref:`parallel`. Since we do elementwise operations, we can easily
distribute the work among multiple threads. It's important not to forget to pass the
correct arguments to the compiler to enable OpenMP. When using the Jupyter notebook,
you should use the cell magic like this::
......
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