From aeb8d581f1205b3f9a1d0267cf85d559b5300e9c Mon Sep 17 00:00:00 2001 From: Matthew Brett Date: Thu, 23 Jul 2009 02:22:41 +0000 Subject: Tiny doc rearrangement --- numpy/doc/subclassing.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'numpy/doc') diff --git a/numpy/doc/subclassing.py b/numpy/doc/subclassing.py index d14ee9294..807ee0555 100644 --- a/numpy/doc/subclassing.py +++ b/numpy/doc/subclassing.py @@ -330,10 +330,10 @@ Using the object looks like this: >>> cast_arr.info is None True -This class isn't very useful, because it has the same constructor as -the bare ndarray object, including passing in buffers and shapes and -so on. We would probably prefer to be able to take an already formed -ndarray from the usual numpy calls to ``np.array`` and return an +This class isn't very useful, because it has the same constructor as the +bare ndarray object, including passing in buffers and shapes and so on. +We would probably prefer the constructor to be able to take an already +formed ndarray from the usual numpy calls to ``np.array`` and return an object. Slightly more realistic example - attribute added to existing array -- cgit v1.2.1