diff --git a/doc/source/index.rst b/doc/source/index.rst index 260d6b09d6cc4e8fca88f5d6c37496f33831b225..dfa1b46a668a854764fade058c54a491b1261192 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -14,7 +14,8 @@ What makes PyOpenCL special? freed. * Completeness. PyOpenCL puts the full power of OpenCL's API at your - disposal, if you wish. + disposal, if you wish. Every obscure `get_info()` query and + all CL calls are accessible. * Automatic Error Checking. All errors are automatically translated into Python exceptions. diff --git a/setup.py b/setup.py index d464cad4f7693b91578118a7b428135b9abf39ab..877767d7875a0ad99b267a1df4a2765ea2415642 100644 --- a/setup.py +++ b/setup.py @@ -76,7 +76,8 @@ def main(): allocated in it is also freed. * Completeness. PyOpenCL puts the full power of OpenCL's API at - your disposal, if you wish. + your disposal, if you wish. Every obscure `get_info()` query and + all CL calls are accessible. * Automatic Error Checking. All CL errors are automatically translated into Python exceptions.