diff options
Diffstat (limited to 'numpy/doc/subclassing.py')
-rw-r--r-- | numpy/doc/subclassing.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/numpy/doc/subclassing.py b/numpy/doc/subclassing.py index 9a339430b..b6c742a2b 100644 --- a/numpy/doc/subclassing.py +++ b/numpy/doc/subclassing.py @@ -3,12 +3,6 @@ Subclassing ndarray in python ============================= -Credits -------- - -This page is based with thanks on the wiki page on subclassing by Pierre -Gerard-Marchant - http://www.scipy.org/Subclasses. - Introduction ------------ |