Skip to content

Commit 271b5fc

Browse files
committed
Fix typo
1 parent dd346a9 commit 271b5fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ pytest
141141
## C++ API
142142

143143
`torch-scatter` also offers a C++ API that contains C++ equivalent of python models.
144-
For this, we need to add `TorchLib` to the `-DCMAKE_PREFIX_PATH` (run `import torch, print(torch.utils.cmake_prefix_path)` to obtain it).
144+
For this, we need to add `TorchLib` to the `-DCMAKE_PREFIX_PATH` (run `import torch; print(torch.utils.cmake_prefix_path)` to obtain it).
145145

146146
```
147147
mkdir build

0 commit comments

Comments
 (0)