[Python-checkins] cpython: It wasn't a typo, it is the mnemonic (AT=@).

r.david.murray python-checkins at python.org
Wed Apr 1 15:15:43 CEST 2015


https://hg.python.org/cpython/rev/f4acf2a31151
changeset:   95343:f4acf2a31151
user:        R David Murray <rdmurray at bitdance.com>
date:        Wed Apr 01 09:15:02 2015 -0400
summary:
  It wasn't a typo, it is the mnemonic (AT=@).

files:
  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
--- a/Doc/whatsnew/3.5.rst
+++ b/Doc/whatsnew/3.5.rst
@@ -147,7 +147,7 @@
 --------------------------------------------------------------
 
 This PEP proposes a new binary operator to be used for matrix multiplication,
-called ``@``. (Mnemonic: ``@`` is ``*`` for matrices.)
+called ``@``. (Mnemonic: ``@`` is ``*`` for mATrices.)
 
 .. seealso::
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list