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

Zachary Ware zachary.ware+pydev at gmail.com
Tue Mar 31 06:55:11 CEST 2015


On Mon, Mar 30, 2015 at 11:20 PM, berker.peksag
<python-checkins at python.org> wrote:
> 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.)

Hmm, I think the typo you fixed was the point of the line :).  Perhaps
the "at" in matrices could be emphasized in a better way, though.

-- 
Zach


More information about the Python-checkins mailing list