Commit 225e1c5a authored by Davis King's avatar Davis King

Fixed typo in doc string

parent b0a8831c
...@@ -83,7 +83,7 @@ ensures \n\ ...@@ -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\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment