Skip to content

Commit a7bd725

Browse files
committed
Capitalization
1 parent 800aa26 commit a7bd725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cuda_bindings/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ To run these tests:
5555
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.
58-
2. Run `build_tests` script located in `test/cython` appropriate to your platform. This will both Cythonize the tests and build them.
58+
2. Run `build_tests` script located in `test/cython` appropriate to your platform. This will both cythonize the tests and build them.
5959

6060
To run these tests:
6161
* `python -m pytest tests/cython/` against local builds

0 commit comments

Comments
 (0)