Skip to content

Commit cd9ede6

Browse files
bpo-33847: Add '@' operator entry to index (GH-7669)
(cherry picked from commit 6951186) Co-authored-by: Andrés Delfino <[email protected]>
1 parent eb49899 commit cd9ede6

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
@@ -1097,7 +1097,9 @@ the other must be a sequence. In the former case, the numbers are converted to a
10971097
common type and then multiplied together. In the latter case, sequence
10981098
repetition is performed; a negative repetition factor yields an empty sequence.
10991099

1100-
.. index:: single: matrix multiplication
1100+
.. index::
1101+
single: matrix multiplication
1102+
operator: @
11011103

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