From: R David Murray Date: Wed, 1 Apr 2015 13:15:02 +0000 (-0400) Subject: It wasn't a typo, it is the mnemonic (AT=@). X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ef2a397a65bf5f321a04aa429efa76f910849e31;p=python It wasn't a typo, it is the mnemonic (AT=@). --- 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::