diff src/data.cc @ 5798:7e7ed81f5566

[project @ 2006-05-09 17:24:33 by jwe]
author jwe
date Tue, 09 May 2006 17:24:34 +0000 (2006-05-09)
parents ace8d8d26933
children 080c08b192d8
line wrap: on
line diff
--- a/src/data.cc
+++ b/src/data.cc
@@ -1805,7 +1805,7 @@
 Return a matrix or N-dimensional array whose elements are all Infinity.\n\
 The arguments are handled the same as the arguments for @code{eye}.\n\
 The optional argument @var{class} may be either @samp{\"single\"} or\n\
-@samp{\"double\"}  The default is @samp{\"double\"}.\n\
+@samp{\"double\"}.  The default is @samp{\"double\"}.\n\
 @end deftypefn")
 {
   return fill_matrix (args, lo_ieee_inf_value (), "Inf");
@@ -1837,7 +1837,7 @@
 \n\
 The arguments are handled the same as the arguments for @code{eye}.\n\
 The optional argument @var{class} may be either @samp{\"single\"} or\n\
-@samp{\"double\"}  The default is @samp{\"double\"}.\n\
+@samp{\"double\"}.  The default is @samp{\"double\"}.\n\
 @end deftypefn")
 {
   return fill_matrix (args, lo_ieee_nan_value (), "NaN");