From 225e1c5ab0880447a6cd739ffd30c72f9b9b1ef4 Mon Sep 17 00:00:00 2001 From: Davis King Date: Sun, 7 Jul 2013 23:24:14 -0400 Subject: [PATCH] Fixed typo in doc string --- tools/python/src/cca.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/python/src/cca.cpp b/tools/python/src/cca.cpp index ca8dd41d0..6d83e7838 100644 --- a/tools/python/src/cca.cpp +++ b/tools/python/src/cca.cpp @@ -83,7 +83,7 @@ ensures \n\ - num_correlations > 0 \n\ - len(L) > 0 \n\ - len(R) > 0 \n\ - - len(L) == len(r) \n\ + - len(L) == len(R) \n\ - regularization >= 0 \n\ - L and R must be properly sorted sparse vectors. This means they must list their \n\ elements in ascending index order and not contain duplicate index values. You can use \n\