From 4a552a8030387662177a89ad8b2511ac854e412b Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Tue, 15 Sep 2020 09:35:42 -0500 Subject: [PATCH] Fix rst directive typo in runtime_const.rst --- doc/runtime_const.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/runtime_const.rst b/doc/runtime_const.rst index dc926360..864a641c 100644 --- a/doc/runtime_const.rst +++ b/doc/runtime_const.rst @@ -12,7 +12,7 @@ OpenCL Runtime: Constants Only available with OpenCL 3.0 or newer. - .. versionaddedd:: 2020.3 + .. versionadded:: 2020.3 .. method:: __init__(version, name) .. attribute:: version -- GitLab