Skip to content

Commit 800aa26

Browse files
committed
Consistency
1 parent fde425a commit 800aa26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cuda_bindings/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ To run these tests:
5252

5353
### Cython Unit Tests
5454

55-
Cython tests are located under `tests/cython` and need to be built. Furthermore they need CUDA Toolkit headers matching the major-minor of CUDA Python. To build them:
55+
Cython tests are located in `tests/cython` and need to be built. Furthermore they need CUDA Toolkit headers matching the major-minor of CUDA Python. To build them:
5656

5757
1. Setup environment variable `CUDA_HOME` with the path to the CUDA Toolkit installation.
5858
2. Run `build_tests` script located in `test/cython` appropriate to your platform. This will both Cythonize the tests and build them.
@@ -63,7 +63,7 @@ To run these tests:
6363

6464
### Samples
6565

66-
Various [CUDA Samples](https://github.com/NVIDIA/cuda-samples/tree/master) that were rewritten using CUDA Python can be found in `examples`.
66+
Various [CUDA Samples](https://github.com/NVIDIA/cuda-samples/tree/master) that were rewritten using CUDA Python are located in `examples`.
6767

6868
In addition, extra examples are included:
6969

0 commit comments

Comments
 (0)