It wasn't a typo, it is the mnemonic (AT=@).

This commit is contained in:
R David Murray 2015-04-01 09:15:02 -04:00
parent c05e260ecb
commit ef2a397a65
1 changed files with 1 additions and 1 deletions

View File

@ -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::