Skip to content
Snippets Groups Projects
Commit f95b67ea authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Fix doc reference to enqueue_copy in subst.rst

parent 128b33d5
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
.. |std-enqueue-blurb| replace:: Returns a new :class:`pyopencl.Event`. |explain-waitfor| .. |std-enqueue-blurb| replace:: Returns a new :class:`pyopencl.Event`. |explain-waitfor|
.. |copy-depr| replace:: **Note:** This function is deprecated as of PyOpenCL 2011.1. .. |copy-depr| replace:: **Note:** This function is deprecated as of PyOpenCL 2011.1.
Use :func:`enqueue_copy` instead. Use :func:`~pyopencl.enqueue_copy` instead.
.. |glsize| replace:: *global_size* and *local_size* are tuples of identical length, with .. |glsize| replace:: *global_size* and *local_size* are tuples of identical length, with
between one and three entries. *global_size* specifies the overall size between one and three entries. *global_size* specifies the overall size
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment