Commit 5486d87a authored by scoder's avatar scoder

Merge pull request #251 from jpaalasm/patch-1

Fix typo
parents c77a09a0 8c6542ac
...@@ -12,7 +12,7 @@ Memoryviews are similar to the current NumPy array buffer support ...@@ -12,7 +12,7 @@ Memoryviews are similar to the current NumPy array buffer support
(``np.ndarray[np.float64_t, ndim=2]``), but (``np.ndarray[np.float64_t, ndim=2]``), but
they have more features and cleaner syntax. 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 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`). handle C arrays and the Cython array type (:ref:`view_cython_arrays`).
......
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