diff --git a/modules/dists/dims/BlockCycDim.chpl b/modules/dists/dims/BlockCycDim.chpl index 72e4a7848c02..0ecd0beed1fc 100644 --- a/modules/dists/dims/BlockCycDim.chpl +++ b/modules/dists/dims/BlockCycDim.chpl @@ -45,7 +45,7 @@ This Block-Cyclic dimension specifier is for use with the :class:`DimensionalDist2D` distribution. It specifies the mapping of indices in its dimension -that would be produced by a 1D :class:`~BlockCycDist.BlockCyclic` distribution. +that would be produced by a 1D :class:`~BlockCycDist.blockCycDist` distribution. **Initializer Arguments** @@ -66,7 +66,7 @@ The arguments are as follows: to be distributed over ``lowIdx``, ``blockSize`` are the counterparts to ``startIdx`` and ``blocksize`` - in the :class:`~BlockCycDist.BlockCyclic` distribution + in the :class:`~BlockCycDist.blockCycDist` distribution ``cycleSizePos`` is used internally by the implementation and should not be specified by the user code