[Python-checkins] cpython: Fix typo in Doc/whatsnew/3.5.rst.

berker.peksag python-checkins at python.org
Tue Mar 31 06:20:04 CEST 2015


https://hg.python.org/cpython/rev/34bd8fee3006
changeset:   95312:34bd8fee3006
parent:      95310:a5cc958861e4
user:        Berker Peksag <berker.peksag at gmail.com>
date:        Tue Mar 31 07:20:03 2015 +0300
summary:
  Fix typo in Doc/whatsnew/3.5.rst.

files:
  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
--- a/Doc/whatsnew/3.5.rst
+++ b/Doc/whatsnew/3.5.rst
@@ -147,7 +147,7 @@
 --------------------------------------------------------------
 
 This PEP proposes a new binary operator to be used for matrix multiplication,
-called ``@``. (Mnemonic: ``@`` is ``*`` for mATrices.)
+called ``@``. (Mnemonic: ``@`` is ``*`` for matrices.)
 
 .. seealso::
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list