From f4dd54aa614b263950b7a57329eb0ab9a2f2eadf Mon Sep 17 00:00:00 2001 From: Ralf Gommers Date: Sat, 3 Mar 2012 21:20:13 +0100 Subject: DOC: merge wiki doc edits. --- doc/source/reference/arrays.interface.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/source/reference/arrays.interface.rst') diff --git a/doc/source/reference/arrays.interface.rst b/doc/source/reference/arrays.interface.rst index 87ba15a9f..16abe5ce1 100644 --- a/doc/source/reference/arrays.interface.rst +++ b/doc/source/reference/arrays.interface.rst @@ -18,7 +18,7 @@ The Array Interface uses the :pep:`3118` API; see the `Cython numpy tutorial`__. Cython provides a way to write code that supports the buffer protocol with Python versions older than 2.6 because it has a - backward-compatible implementation utilizing the legacy array interface + backward-compatible implementation utilizing the array interface described here. __ http://cython.org/ -- cgit v1.2.1