mirror of
https://github.com/python/cpython.git
synced 2025-09-28 19:25:27 +00:00
Add missing bracket.
This commit is contained in:
parent
a443856935
commit
eab34c954d
1 changed files with 1 additions and 1 deletions
|
@ -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).
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue