summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.0.rst
diff options
context:
space:
mode:
authorWalter Dörwald <walter@livinglogic.de>2008-12-02 11:58:09 (GMT)
committerWalter Dörwald <walter@livinglogic.de>2008-12-02 11:58:09 (GMT)
commiteab34c954d5da35d45827144120c93ec9cbbe827 (patch)
tree7916f53fab7a8849793b936204799021bc8ba308 /Doc/whatsnew/3.0.rst
parenta4438569351a595227c1dd994f3b92b2c3044475 (diff)
downloadcpython-eab34c954d5da35d45827144120c93ec9cbbe827.zip
cpython-eab34c954d5da35d45827144120c93ec9cbbe827.tar.gz
cpython-eab34c954d5da35d45827144120c93ec9cbbe827.tar.bz2
Add missing bracket.
Diffstat (limited to 'Doc/whatsnew/3.0.rst')
-rw-r--r--Doc/whatsnew/3.0.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.0.rst b/Doc/whatsnew/3.0.rst
index 9f31033..cb0fc96 100644
--- a/Doc/whatsnew/3.0.rst
+++ b/Doc/whatsnew/3.0.rst
@@ -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).