From: Berker Peksag Date: Tue, 31 Mar 2015 04:20:03 +0000 (+0300) Subject: Fix typo in Doc/whatsnew/3.5.rst. X-Git-Tag: v3.5.0a4~246 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b6faf0dfa7e5d9f5b9f09bc1d1113069f1c962ab;p=thirdparty%2FPython%2Fcpython.git Fix typo in Doc/whatsnew/3.5.rst. --- diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst index a0d1bd94ca64..6c2d5213a4dd 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::