diff --git a/pyopencl/algorithm.py b/pyopencl/algorithm.py index 60e879038fb716e219537b06ee1ff4998428b4e4..2ad82f7b3ca70bf85169474b5fef64d2cf36be65 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,