Fixed typo in doc string

This commit is contained in:
Davis King 2013-07-07 23:24:14 -04:00
parent b0a8831cb8
commit 225e1c5ab0
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ ensures \n\
- num_correlations > 0 \n\ - num_correlations > 0 \n\
- len(L) > 0 \n\ - len(L) > 0 \n\
- len(R) > 0 \n\ - len(R) > 0 \n\
- len(L) == len(r) \n\ - len(L) == len(R) \n\
- regularization >= 0 \n\ - regularization >= 0 \n\
- L and R must be properly sorted sparse vectors. This means they must list their \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\ elements in ascending index order and not contain duplicate index values. You can use \n\