Skip to content

Commit

Permalink
fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tdegeus committed Jun 4, 2023
1 parent d632ee7 commit 4c71ce3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/indices.rst
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ are turned on, and the number of indices is assumed to match the dimension of th
post-pad zeros if you specify less indices than the rank of the array.
Example: ``a.unchecked(1) == a(1, 0)``.

:cpp:func:`periodic(args...) <xt::xcaontainer::periodic>`
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
:cpp:func:`periodic(args...) <xt::xcontainer::periodic>`
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

* Example: ``a.periodic(-1, -2) == 7``.
* See also: :cpp:func:`xt::xcontainer::periodic`.
Expand Down

0 comments on commit 4c71ce3

Please sign in to comment.