From 9e73632fccab3d4cc30fcbe3f6c5ab8a2d4d65f8 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Fri, 16 Nov 2018 18:10:54 +0100 Subject: Fix a typo. --- docs/src/userguide/numpy_tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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 -- cgit v1.2.1