diff options
author | R David Murray <rdmurray@bitdance.com> | 2015-04-01 13:15:02 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2015-04-01 13:15:02 (GMT) |
commit | ef2a397a65bf5f321a04aa429efa76f910849e31 (patch) | |
tree | 0cdfbab305f08f1739809d5b2f96c5a002387249 | |
parent | c05e260ecb822431cf5bdcd02b7cb0f4cfc88f6b (diff) | |
download | cpython-ef2a397a65bf5f321a04aa429efa76f910849e31.zip cpython-ef2a397a65bf5f321a04aa429efa76f910849e31.tar.gz cpython-ef2a397a65bf5f321a04aa429efa76f910849e31.tar.bz2 |
It wasn't a typo, it is the mnemonic (AT=@).
-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 15d7f26..61a95a1 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:: |