]> granicus.if.org Git - python/commitdiff
remove extra space
authorBenjamin Peterson <benjamin@python.org>
Wed, 13 May 2015 15:19:27 +0000 (11:19 -0400)
committerBenjamin Peterson <benjamin@python.org>
Wed, 13 May 2015 15:19:27 +0000 (11:19 -0400)
Doc/whatsnew/3.5.rst

index 46ea6fc9a8033cf6593f5b11c9758a76167c1b42..7c845cd5e2c0ad040f84267d707483da3ddc5e88 100644 (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: