[SciPy-dev] typos

Jochen Küpper jochen at jochen-kuepper.de
Thu Nov 1 21:34:08 EST 2001


Index: io/array_import.py
===================================================================
RCS file: /home/cvsroot/world/scipy/io/array_import.py,v
retrieving revision 1.5
diff -u -r1.5 array_import.py
--- io/array_import.py  2001/09/14 20:26:34     1.5
+++ io/array_import.py  2001/11/02 02:34:28
@@ -248,7 +248,7 @@
 
     Outputs:
 
-      file -- The open file.
+      array -- The array read.
     """
 
     if type(separator) in [types.StringType, type(default)]:
Index: plt/wxplt.py
===================================================================
RCS file: /home/cvsroot/world/scipy/plt/wxplt.py,v
retrieving revision 1.8
diff -u -r1.8 wxplt.py
--- plt/wxplt.py        2001/10/24 14:47:18     1.8
+++ plt/wxplt.py        2001/11/02 02:34:30
@@ -580,7 +580,7 @@
                 self.client.save(dlg.GetPath(),ftype)
             else:
                 msg = "Extension is currently used to determine file type." \
-                      "'%s' is not a vaild extension."  \
+                      "'%s' is not a valid extension."  \
                       "You may use one of the following extensions. %s" \
                           % (ftype,image_type_map.keys())
                 d = wx.wxMessageDialog(self,msg,style=wx.wxOK)

Greetings,
Jochen
-- 
Einigkeit und Recht und Freiheit                http://www.Jochen-Kuepper.de
    Liberté, Égalité, Fraternité                GnuPG key: 44BCCD8E
        Sex, drugs and rock-n-roll




More information about the SciPy-Dev mailing list