From 4e3c2f237c939b58dd6dab040f7ba1b5aa55788c Mon Sep 17 00:00:00 2001 From: Jonathan Brandmeyer Date: Sat, 3 Jul 2004 17:17:56 +0000 Subject: [PATCH] Correct the documentation with regard to the default backend for the numeric::array class. [SVN r23325] --- doc/v2/numeric.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/v2/numeric.html b/doc/v2/numeric.html index a1d59ca9..70f367bf 100644 --- a/doc/v2/numeric.html +++ b/doc/v2/numeric.html @@ -83,9 +83,9 @@ interface applies to array instances as well.

The default behavior is to use - Numeric.ArrayType as the associated Python type if the - Numeric module is installed in the default location. - Otherwise it falls back to use numarray.NDArray. If neither + numarray.NDArray as the associated Python type if the + numarray module is installed in the default location. + Otherwise it falls back to use Numeric.ArrayType. If neither extension module is installed, conversions to arguments of type numeric::array will cause overload resolution to reject the overload, and other attempted uses of numeric::array will