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-Tag: v3.5.0a4~223 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ef2a397a65bf5f321a04aa429efa76f910849e31;p=thirdparty%2FPython%2Fcpython.git 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 15d7f26b27d2..61a95a1db33b 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::