Skip to content

Commit 31c6292

Browse files
committed
typo
1 parent 4719373 commit 31c6292

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ torch_sparse.spspmm(indexA, valueA, indexB, valueB, m, k, n) -> (torch.LongTenso
191191
```
192192

193193
Matrix product of two sparse tensors.
194-
Both input sparse matrices need to be **coalesced**.
194+
Both input sparse matrices need to be **coalesced** (use the `coalesce` attribute to force).
195195

196196
### Parameters
197197

0 commit comments

Comments
 (0)