diff options
-rw-r--r-- | Doc/whatsnew/3.5.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst index 15d7f26b27..61a95a1db3 100644 --- a/Doc/whatsnew/3.5.rst +++ b/Doc/whatsnew/3.5.rst @@ -147,7 +147,7 @@ PEP 465 - A dedicated infix operator for matrix multiplication -------------------------------------------------------------- This PEP proposes a new binary operator to be used for matrix multiplication, -called ``@``. (Mnemonic: ``@`` is ``*`` for matrices.) +called ``@``. (Mnemonic: ``@`` is ``*`` for mATrices.) .. seealso:: |