Commit 607f0597 authored by Álvaro Abella Bascarán's avatar Álvaro Abella Bascarán Committed by Stefan Behnel

Fix 2 minor writing mistakes.

“It have”-> “it has”
“Parralelism” -> “parallelism”
parent d4ee9e09
......@@ -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 has also 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