diff options
author | Benjamin Peterson <benjamin@python.org> | 2015-05-13 15:19:27 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2015-05-13 15:19:27 (GMT) |
commit | 14ef1a12c7379623b11dd7a24f2095cb8e6c9656 (patch) | |
tree | 016ea1c4ed50cdb6323e6322f8b7488fa4208ee7 | |
parent | 5562c90377137064356605f57a976a7a0fc458bf (diff) | |
download | cpython-14ef1a12c7379623b11dd7a24f2095cb8e6c9656.zip cpython-14ef1a12c7379623b11dd7a24f2095cb8e6c9656.tar.gz cpython-14ef1a12c7379623b11dd7a24f2095cb8e6c9656.tar.bz2 |
remove extra space
-rw-r--r-- | Doc/whatsnew/3.5.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst index 46ea6fc..7c845cd 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: |