]> granicus.if.org Git - python/commitdiff
Fix typo in Doc/whatsnew/3.5.rst.
authorBerker Peksag <berker.peksag@gmail.com>
Tue, 31 Mar 2015 04:20:03 +0000 (07:20 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Tue, 31 Mar 2015 04:20:03 +0000 (07:20 +0300)
Doc/whatsnew/3.5.rst

index a0d1bd94ca64c7ed21d9c2e7aa1f7eecabbb714f..6c2d5213a4ddf0de91ae6278f59cb58d119bc539 100644 (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::