Skip to content

Commit

Permalink
Fix a doc link that I accidentally broke
Browse files Browse the repository at this point in the history
---
Signed-off-by: Brad Chamberlain <[email protected]>
  • Loading branch information
bradcray committed Sep 15, 2023
1 parent 2515be1 commit 9f34f53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/dists/dims/BlockCycDim.chpl
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand All @@ -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
Expand Down

0 comments on commit 9f34f53

Please sign in to comment.