Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit eab34c9

Browse files
committed
Add missing bracket.
1 parent a443856 commit eab34c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/whatsnew/3.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ Additions
276276
as ``set(stuff)`` but is more flexible.
277277

278278
* New octal literals, e.g. ``0o720`` (already in 2.6). The old octal
279-
literals (``0720`` are gone.
279+
literals (``0720``) are gone.
280280

281281
* New binary literals, e.g. ``0b1010`` (already in 2.6).
282282

0 commit comments

Comments
 (0)