[Numpy-svn] r5098 - trunk/numpy

numpy-svn at scipy.org numpy-svn at scipy.org
Sat Apr 26 18:09:37 EDT 2008


Author: ptvirtan
Date: 2008-04-26 17:09:30 -0500 (Sat, 26 Apr 2008)
New Revision: 5098

Modified:
   trunk/numpy/add_newdocs.py
Log:
Fix two typos in ndarray docstrings.


Modified: trunk/numpy/add_newdocs.py
===================================================================
--- trunk/numpy/add_newdocs.py	2008-04-26 21:37:27 UTC (rev 5097)
+++ trunk/numpy/add_newdocs.py	2008-04-26 22:09:30 UTC (rev 5098)
@@ -1914,7 +1914,7 @@
     -------
     sum_along_axis : {array, scalar}, see dtype parameter above.
         Returns an array whose shape is the same as a with the specified
-        axis removed. Returns a 0d array when a is 1d or dtype=None.
+        axis removed. Returns a 0d array when a is 1d or axis=None.
         Returns a reference to the specified output array if specified.
 
     See Also
@@ -2037,7 +2037,7 @@
         An open file object or a string containing a filename.
     sep : string
         Separator between array items for text output.
-        If "" (empty), a binary file is written, equivalenty to
+        If "" (empty), a binary file is written, equivalently to
         file.write(a.tostring()).
     format : string
         Format string for text file output.




More information about the Numpy-svn mailing list