Skip to content

Commit 6951186

Browse files
andresdelfinoterryjreedy
authored andcommitted
bpo-33847: Add '@' operator entry to index (GH-7669)
1 parent 4fddd4e commit 6951186

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-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.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add '@' operator entry to index.

0 commit comments

Comments
 (0)