diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2015-03-31 04:20:03 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2015-03-31 04:20:03 (GMT) |
commit | b6faf0dfa7e5d9f5b9f09bc1d1113069f1c962ab (patch) | |
tree | cf08f91c6d8492ebe95cfd77c12ff4337569423e | |
parent | c86f2525c90d0f41deef2f2d633d64da984ee489 (diff) | |
download | cpython-b6faf0dfa7e5d9f5b9f09bc1d1113069f1c962ab.zip cpython-b6faf0dfa7e5d9f5b9f09bc1d1113069f1c962ab.tar.gz cpython-b6faf0dfa7e5d9f5b9f09bc1d1113069f1c962ab.tar.bz2 |
Fix typo in Doc/whatsnew/3.5.rst.
-rw-r--r-- | 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 index a0d1bd9..6c2d521 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:: |