Skip to content

Commit c05c0e0

Browse files
bpo-33847: Add '@' operator entry to index (GH-7669)
(cherry picked from commit 6951186) Co-authored-by: Andrés Delfino <adelfino@gmail.com>
1 parent 0113391 commit c05c0e0

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

Doc/reference/expressions.rst

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

1147-
.. index:: single: matrix multiplication
1147+
.. index::
1148+
single: matrix multiplication
1149+
operator: @
11481150

11491151
The ``@`` (at) operator is intended to be used for matrix multiplication. No
11501152
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)