From 8334550d037b96f3427ef39ca4dc47bef0bf81c5 Mon Sep 17 00:00:00 2001 From: Achal Dave Date: Mon, 5 Dec 2016 16:36:37 -0500 Subject: [PATCH] Fro->fro in documentation Using 'Fro' throws the following error: "Second argument must be a real number between 1 and Inf, or 'fro'." --- doc/funcref.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/funcref.rst b/doc/funcref.rst index ee000386..2cb7a7b6 100644 --- a/doc/funcref.rst +++ b/doc/funcref.rst @@ -112,7 +112,7 @@ Nonlinear two-argument version ``norm(x,p)`` is supported as follows: - ‡ For vectors, all values :math:`p\geq 1` are accepted. - - For matrices, ``p`` must be ``1``, ``2``, ``Inf``, or ``'Fro'``. + - For matrices, ``p`` must be ``1``, ``2``, ``Inf``, or ``'fro'``. ``polyval`` polynomial evaluation. ``polyval(p,x)``, where ``p`` is a vector of