From: Benjamin Peterson Date: Wed, 13 May 2015 15:19:27 +0000 (-0400) Subject: remove extra space X-Git-Tag: v3.5.0b1~155 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=14ef1a12c7379623b11dd7a24f2095cb8e6c9656;p=python remove extra space --- diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst index 46ea6fc9a8..7c845cd5e2 100644 --- a/Doc/whatsnew/3.5.rst +++ b/Doc/whatsnew/3.5.rst @@ -69,8 +69,8 @@ Summary -- Release highlights New syntax features: -* :pep:`465`, a new matrix multiplication operator: ``a @ b``. -* :pep:`492`, coroutines with async and await syntax. +* :pep:`465`, a new matrix multiplication operator: ``a @ b``. +* :pep:`492`, coroutines with async and await syntax. New library modules: