Skip to content

Commit 7597b74

Browse files
committed
Fix rendering
1 parent 942c953 commit 7597b74

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spec/API_specification/broadcasting.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,15 @@ The results of the element-wise operation must be stored in an array having a sh
4949

5050
#. If ``d1 == 1``, then
5151

52-
- set the ``i``th element of ``shape`` to ``d2``.
52+
- set the ``i``\th element of ``shape`` to ``d2``.
5353

5454
#. Else, if ``d2 == 1``, then
5555

56-
- set the ``i``th element of ``shape`` to ``d1``.
56+
- set the ``i``\th element of ``shape`` to ``d1``.
5757

5858
#. Else, if ``d1 == d2``, then
5959

60-
- set the ``i``th element of ``shape`` to ``d1``.
60+
- set the ``i``\th element of ``shape`` to ``d1``.
6161

6262
#. Else, throw an exception.
6363

0 commit comments

Comments
 (0)