Commit 9e73632f authored by Stefan Behnel's avatar Stefan Behnel

Fix a typo.

parent b20575e4
...@@ -458,7 +458,7 @@ integers as before. ...@@ -458,7 +458,7 @@ integers as before.
Using multiple threads Using multiple threads
====================== ======================
Cython have support for OpenMP. It also has some nice wrappers around it, Cython has support for OpenMP. It also has some nice wrappers around it,
like the function :func:`prange`. You can see more information about Cython and like the function :func:`prange`. You can see more information about Cython and
parallelism 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 distribute the work among multiple threads. It's important not to forget to pass the
......
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