From f95b67ea920cb30239bdc067e24659f45f37603b Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Sun, 8 Nov 2020 20:21:58 -0600 Subject: [PATCH] Fix doc reference to enqueue_copy in subst.rst --- doc/subst.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/subst.rst b/doc/subst.rst index eba35363..b9603526 100644 --- a/doc/subst.rst +++ b/doc/subst.rst @@ -12,7 +12,7 @@ .. |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. - Use :func:`enqueue_copy` instead. + Use :func:`~pyopencl.enqueue_copy` instead. .. |glsize| replace:: *global_size* and *local_size* are tuples of identical length, with between one and three entries. *global_size* specifies the overall size -- GitLab