]> granicus.if.org Git - python/commitdiff
Add missing bracket.
authorWalter Dörwald <walter@livinglogic.de>
Tue, 2 Dec 2008 11:58:09 +0000 (11:58 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Tue, 2 Dec 2008 11:58:09 +0000 (11:58 +0000)
Doc/whatsnew/3.0.rst

index 9f31033f0104f7a3761d9d94b7b7fb6042f080df..cb0fc96ff4e2168d29796e7af89f76de71ee2918 100644 (file)
@@ -276,7 +276,7 @@ Additions
   as ``set(stuff)`` but is more flexible.
 
 * New octal literals, e.g. ``0o720`` (already in 2.6).  The old octal
-  literals (``0720`` are gone.
+  literals (``0720``) are gone.
 
 * New binary literals, e.g. ``0b1010`` (already in 2.6).