From 0abf640f4a8f0f48fe2fcd1e43bbe7b4eabbc9cf Mon Sep 17 00:00:00 2001 From: Darren Dale Date: Tue, 25 Aug 2009 18:10:21 +0000 Subject: fix a minor mistake in the previous commit --- numpy/doc/subclassing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/doc') diff --git a/numpy/doc/subclassing.py b/numpy/doc/subclassing.py index 24f0108d7..de0338060 100644 --- a/numpy/doc/subclassing.py +++ b/numpy/doc/subclassing.py @@ -420,7 +420,7 @@ So: .. _array-wrap: -``__array_prepare__`` and ``__array_wrap__`` for ufuncs +``__array_wrap__`` for ufuncs ------------------------------------------------------- ``__array_wrap__`` gets called at the end of numpy ufuncs and other numpy -- cgit v1.2.1