diff --git a/doc/runtime_program.rst b/doc/runtime_program.rst index 9665cd4596f6e6855b70d1ab845066b260c54a2e..84e165f6690aeabb0a1dfcc2ba5f385ae20534ab 100644 --- a/doc/runtime_program.rst +++ b/doc/runtime_program.rst @@ -10,7 +10,7 @@ Program .. envvar:: PYOPENCL_NO_CACHE - By default, PyOpenCL will used cached (on disk) "binaries" returned by the + By default, PyOpenCL will use cached (on disk) "binaries" returned by the OpenCL runtime when calling :meth:`Program.build` on a program constructed with source. (It will depend on the ICD in use how much compilation work is saved by this.)