]> granicus.if.org Git - python/commitdiff
Issue #24219: Remove duplicate literal in docs.
authorRaymond Hettinger <python@rcn.com>
Fri, 22 May 2015 23:37:49 +0000 (16:37 -0700)
committerRaymond Hettinger <python@rcn.com>
Fri, 22 May 2015 23:37:49 +0000 (16:37 -0700)
Doc/reference/lexical_analysis.rst

index 2bf66b1862fa15163a9320c2c742f2a14c77a263..373be166753a0aa62a2ae8a545e806336968d225 100644 (file)
@@ -632,8 +632,7 @@ for disambiguation with C-style octal literals, which Python used before version
 Some examples of integer literals::
 
    7     2147483647                        0o177    0b100110111
-   3     79228162514264337593543950336     0o377    0x100000000
-         79228162514264337593543950336              0xdeadbeef
+   3     79228162514264337593543950336     0o377    0xdeadbeef
 
 
 .. _floating: