summaryrefslogtreecommitdiff
path: root/numpy/ma/core.py
diff options
context:
space:
mode:
authorpierregm <pierregm@localhost>2009-03-24 16:09:45 +0000
committerpierregm <pierregm@localhost>2009-03-24 16:09:45 +0000
commitc518f4d69244679d9c60322f82cbb3b9561411a9 (patch)
treee40677a68a82b2839fd19e23b1fb8f9dbcd972cf /numpy/ma/core.py
parentc01b0504b338a38747a902546392a8383a53848e (diff)
downloadnumpy-c518f4d69244679d9c60322f82cbb3b9561411a9.tar.gz
* fixed the 'Warnings' section of some docstrings.
Diffstat (limited to 'numpy/ma/core.py')
-rw-r--r--numpy/ma/core.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/numpy/ma/core.py b/numpy/ma/core.py
index 4efbac61e..811ce5f19 100644
--- a/numpy/ma/core.py
+++ b/numpy/ma/core.py
@@ -3025,7 +3025,7 @@ class MaskedArray(ndarray):
Warnings
--------
- The mask is lost if out is not a valid :class:`MaskedArray` !
+ The mask is lost if out is not a valid :class:`MaskedArray` !
Returns
-------
@@ -3152,9 +3152,9 @@ class MaskedArray(ndarray):
have the same shape and buffer length as the expected output
but the type will be cast if necessary.
- Warning
- -------
- The mask is lost if out is not a valid MaskedArray !
+ Warnings
+ --------
+ The mask is lost if out is not a valid MaskedArray !
Returns
-------