summaryrefslogtreecommitdiff
path: root/numpy/doc/subclassing.py
diff options
context:
space:
mode:
authorDarren Dale <dsdale24@gmail.com>2009-08-25 18:10:21 +0000
committerDarren Dale <dsdale24@gmail.com>2009-08-25 18:10:21 +0000
commit0abf640f4a8f0f48fe2fcd1e43bbe7b4eabbc9cf (patch)
tree0316d56eeab9c89def52017ca379c86e1b061686 /numpy/doc/subclassing.py
parentae6aa8d4d2527cc6810cc1e430269719f81e821b (diff)
downloadnumpy-0abf640f4a8f0f48fe2fcd1e43bbe7b4eabbc9cf.tar.gz
fix a minor mistake in the previous commit
Diffstat (limited to 'numpy/doc/subclassing.py')
-rw-r--r--numpy/doc/subclassing.py2
1 files changed, 1 insertions, 1 deletions
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