changeset 11810:10697d2d7f4f release-3-0-x

Doc fix for ranks
author David Bateman <dbateman@free.fr>
date Tue, 19 Aug 2008 13:52:18 -0400
parents 63380109b520
children c51deec2faf1
files scripts/ChangeLog scripts/statistics/base/ranks.m
diffstat 2 files changed, 6 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/ChangeLog
+++ b/scripts/ChangeLog
@@ -1,3 +1,7 @@
+2008-08-19  David Bateman  <dbateman@free.fr>
+
+	statistics/base/ranks.m: Doc fix.
+
 2008-08-19  Jaroslav Hajek <highegg@gmail.com>
 
 	Version 3.0.2 released.
--- a/scripts/statistics/base/ranks.m
+++ b/scripts/statistics/base/ranks.m
@@ -19,11 +19,8 @@
 
 ## -*- texinfo -*-
 ## @deftypefn {Function File} {} ranks (@var{x}, @var{dim})
-## If @var{x} is a vector, return the (column) vector of ranks of
-## @var{x} adjusted for ties.
-##
-## If @var{x} is a matrix, do the above for along the first 
-## non-singleton dimension. If the optional argument @var{dim} is
+## Return the ranks of @var{x} along the first non-singleton dimension
+## adjust for ties. If the optional argument @var{dim} is
 ## given, operate along this dimension.
 ## @end deftypefn