mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
Fix typo in Doc/whatsnew/3.5.rst.
This commit is contained in:
parent
c86f2525c9
commit
b6faf0dfa7
1 changed files with 1 additions and 1 deletions
|
|
@ -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::
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue