changeset 24201:558de6a42ff7

maint: Periodic merge of stable to default.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Mon, 06 Nov 2017 13:25:23 +0100
parents 2ac103974d00 (current diff) 140f1403d603 (diff)
children 014f47089682
files libinterp/corefcn/pinv.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/pinv.cc	Fri Nov 03 20:39:58 2017 -0700
+++ b/libinterp/corefcn/pinv.cc	Mon Nov 06 13:25:23 2017 +0100
@@ -49,7 +49,7 @@
 tol = max ([rows(@var{x}), columns(@var{x})]) * norm (@var{x}) * eps
 @end example
 
-@seealso(inv, ldivide)
+@seealso{inv, ldivide}
 @end deftypefn */)
 {
   int nargin = args.length ();