summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorPauli Virtanen <pav@iki.fi>2009-09-26 17:43:49 +0000
committerPauli Virtanen <pav@iki.fi>2009-09-26 17:43:49 +0000
commit9af578fae9b87fd15415dc641180cd0e4976bbef (patch)
tree7259e367f36eaf8dbbc9299812a50f6d1225d498 /doc/source
parent49a78a3dd7e6cf4b98214b975eb08ac93da521e6 (diff)
downloadnumpy-9af578fae9b87fd15415dc641180cd0e4976bbef.tar.gz
Fix remaining references to numpy.core.defmatrix
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/reference/maskedarray.baseclass.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/reference/maskedarray.baseclass.rst b/doc/source/reference/maskedarray.baseclass.rst
index 9789765e4..9f38036c5 100644
--- a/doc/source/reference/maskedarray.baseclass.rst
+++ b/doc/source/reference/maskedarray.baseclass.rst
@@ -131,7 +131,7 @@ Attributes and properties of masked arrays
>>> x = ma.array(np.matrix([[1, 2], [3, 4]]), mask=[[0, 0], [1, 0]])
>>> x.baseclass
- <class 'numpy.core.defmatrix.matrix'>
+ <class 'numpy.matrixlib.defmatrix.matrix'>
.. attribute:: MaskedArray.sharedmask