We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 942c953 commit 7597b74Copy full SHA for 7597b74
spec/API_specification/broadcasting.rst
@@ -49,15 +49,15 @@ The results of the element-wise operation must be stored in an array having a sh
49
50
#. If ``d1 == 1``, then
51
52
- - set the ``i``th element of ``shape`` to ``d2``.
+ - set the ``i``\th element of ``shape`` to ``d2``.
53
54
#. Else, if ``d2 == 1``, then
55
56
- - set the ``i``th element of ``shape`` to ``d1``.
+ - set the ``i``\th element of ``shape`` to ``d1``.
57
58
#. Else, if ``d1 == d2``, then
59
60
61
62
#. Else, throw an exception.
63
0 commit comments