From 59018832668df15141be71c2251d667244891098 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kl=C3=B6ckner?= <inform@tiker.net> Date: Wed, 17 Mar 2021 16:06:25 -0500 Subject: [PATCH] Fix typo in env var caching docs Co-authored-by: Matthias Diener <mdiener@illinois.edu> --- doc/runtime_program.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/runtime_program.rst b/doc/runtime_program.rst index 9665cd45..84e165f6 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.) -- GitLab