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

Skip to content

Commit b44aceb

Browse files
committed
Actually fix suspicious markup, I ignored it too readily
1 parent dec2df3 commit b44aceb

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

Doc/tools/susp-ignored.csv

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,6 @@ whatsnew/3.5,,:warning,'WARNING:root:warning\n'
297297
whatsnew/3.5,,::,>>> addr6 = ipaddress.IPv6Address('::1')
298298
whatsnew/3.5,,:root,ERROR:root:exception
299299
whatsnew/3.5,,:exception,ERROR:root:exception
300-
whatsnew/3.6,,`,1000000000000000`
301300
whatsnew/changelog,,:version,import sys; I = version[:version.index(' ')]
302301
whatsnew/changelog,,:gz,": TarFile opened with external fileobj and ""w:gz"" mode didn't"
303302
whatsnew/changelog,,::,": Use ""127.0.0.1"" or ""::1"" instead of ""localhost"" as much as"

Doc/whatsnew/3.6.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ PEP 515: Underscores in Numeric Literals
139139

140140
Prior to PEP 515, there was no support for writing long numeric
141141
literals with some form of separator to improve readability. For
142-
instance, how big is ``1000000000000000```? With :pep:`515`, though,
142+
instance, how big is ``1000000000000000``? With :pep:`515`, though,
143143
you can use underscores to separate digits as desired to make numeric
144144
literals easier to read: ``1_000_000_000_000_000``. Underscores can be
145145
used with other numeric literals beyond integers, e.g.

0 commit comments

Comments
 (0)