Commit 9ecf9e29 authored by Raymond Hettinger's avatar Raymond Hettinger

Issue #24219: Remove duplicate literal in docs.

parent 08d230a5
...@@ -632,8 +632,7 @@ for disambiguation with C-style octal literals, which Python used before version ...@@ -632,8 +632,7 @@ for disambiguation with C-style octal literals, which Python used before version
Some examples of integer literals:: Some examples of integer literals::
7 2147483647 0o177 0b100110111 7 2147483647 0o177 0b100110111
3 79228162514264337593543950336 0o377 0x100000000 3 79228162514264337593543950336 0o377 0xdeadbeef
79228162514264337593543950336 0xdeadbeef
.. _floating: .. _floating:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment