remove extra space

This commit is contained in:
Benjamin Peterson 2015-05-13 11:19:27 -04:00
parent 5562c90377
commit 14ef1a12c7

View file

@ -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: