summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2018-11-16 18:10:54 +0100
committerStefan Behnel <stefan_ml@behnel.de>2018-11-16 18:28:22 +0100
commit9e73632fccab3d4cc30fcbe3f6c5ab8a2d4d65f8 (patch)
treea79800ed6ca1ba46fc7d8e309ee8b1e07dd10c23 /docs
parentb20575e4fa0b648357479e7fe05bbbffaae80e67 (diff)
downloadcython-9e73632fccab3d4cc30fcbe3f6c5ab8a2d4d65f8.tar.gz
Fix a typo.
Diffstat (limited to 'docs')
-rw-r--r--docs/src/userguide/numpy_tutorial.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/userguide/numpy_tutorial.rst b/docs/src/userguide/numpy_tutorial.rst
index f71570c44..df1863d16 100644
--- a/docs/src/userguide/numpy_tutorial.rst
+++ b/docs/src/userguide/numpy_tutorial.rst
@@ -458,7 +458,7 @@ integers as before.
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
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