From bdf66f86a138bf7fe9e44f63fac97271705dd4f3 Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Sat, 6 Jul 2013 18:47:33 -0400 Subject: [PATCH] Another doc fix --- pyopencl/algorithm.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyopencl/algorithm.py b/pyopencl/algorithm.py index 60e87903..2ad82f7b 100644 --- a/pyopencl/algorithm.py +++ b/pyopencl/algorithm.py @@ -934,9 +934,9 @@ class ListOfListsBuilder: *lists* a mapping from (built) list names to objects which have attributes - * `count` for the total number of entries in all lists combined - * `lists` for the array containing all lists. - * `starts` for the array of starting indices in `lists`. + * ``count`` for the total number of entries in all lists combined + * ``lists`` for the array containing all lists. + * ``starts`` for the array of starting indices in `lists`. `starts` is built so that it has n+1 entries, so that the *i*'th entry is the start of the *i*'th list, and the *i*'th entry is the index one past the *i*'th list's end, -- GitLab