From 8c6542ac6023ffadfbcaf25e4eeb7a5e05ad64d8 Mon Sep 17 00:00:00 2001 From: Joonas Paalasmaa Date: Fri, 30 Aug 2013 12:32:33 +0300 Subject: [PATCH] Fix typo --- docs/src/userguide/memoryviews.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/userguide/memoryviews.rst b/docs/src/userguide/memoryviews.rst index 4a5e90b..a986fd5 100644 --- a/docs/src/userguide/memoryviews.rst +++ b/docs/src/userguide/memoryviews.rst @@ -12,7 +12,7 @@ Memoryviews are similar to the current NumPy array buffer support (``np.ndarray[np.float64_t, ndim=2]``), but they have more features and cleaner syntax. -Memoryviews are more general than the old NumPy aray buffer support, because +Memoryviews are more general than the old NumPy array buffer support, because they can handle a wider variety of sources of array data. For example, they can handle C arrays and the Cython array type (:ref:`view_cython_arrays`). -- 2.7.4