Skip to content

Commit 59d27be

Browse files
committed
Add '@' operator entry to index
1 parent c3f55be commit 59d27be

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Doc/reference/expressions.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1139,7 +1139,9 @@ the other must be a sequence. In the former case, the numbers are converted to a
11391139
common type and then multiplied together. In the latter case, sequence
11401140
repetition is performed; a negative repetition factor yields an empty sequence.
11411141

1142-
.. index:: single: matrix multiplication
1142+
.. index::
1143+
single: matrix multiplication
1144+
operator: @
11431145

11441146
The ``@`` (at) operator is intended to be used for matrix multiplication. No
11451147
builtin Python types implement this operator.

0 commit comments

Comments
 (0)