diff options
author | Travis Oliphant <oliphant@enthought.com> | 2006-08-05 20:36:39 +0000 |
---|---|---|
committer | Travis Oliphant <oliphant@enthought.com> | 2006-08-05 20:36:39 +0000 |
commit | d76c27de89576f888618a20c54216991f9bedaad (patch) | |
tree | 694ba5d9692e6b2109741cebbe8e7b790a87cce4 /numpy/oldnumeric/alter_code2.py | |
parent | db349674856abc7b2652546e937c85dbbbebbf9c (diff) | |
download | numpy-d76c27de89576f888618a20c54216991f9bedaad.tar.gz |
Minor changes to alter_code scripts
Diffstat (limited to 'numpy/oldnumeric/alter_code2.py')
-rw-r--r-- | numpy/oldnumeric/alter_code2.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/oldnumeric/alter_code2.py b/numpy/oldnumeric/alter_code2.py index c1c8ae072..58a8bd925 100644 --- a/numpy/oldnumeric/alter_code2.py +++ b/numpy/oldnumeric/alter_code2.py @@ -21,7 +21,7 @@ Makes the following changes: __all__ = [] import warnings -warnings.warn("convetnumericB is not finished yet.") +warnings.warn("numpy.oldnumeric.alter_code2 is not ready yet.") import sys import os |