diff --git a/docs.html b/docs.html index 90314dcf..25ea519c 100644 --- a/docs.html +++ b/docs.html @@ -10822,7 +10822,7 @@ See also:
  • For vector V, return its normalised version (ie. having unit p-norm)

  • -For matrix X, return its normalised version, where each column (dim = 0) or row (dim = 1) has been normalised to have unit p-norm
  • +For matrix X, return its normalised version, where each column (dim = 0) or row (dim = 1) is normalised to have unit p-norm
  • The p argument is optional; by default p = 2 is used