diff options
| author | Georg Brandl <georg@python.org> | 2009-01-03 21:18:54 +0000 | 
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2009-01-03 21:18:54 +0000 | 
| commit | 48310cd3f2e02ced9ae836ccbcb67e9af3097d62 (patch) | |
| tree | 04c86b387c11bfd4835a320e76bbb2ee24626e0d /Doc/reference/lexical_analysis.rst | |
| parent | 3d3558a4653fcfcbdcbb75bda5d61e93c48f4d51 (diff) | |
| download | cpython-git-48310cd3f2e02ced9ae836ccbcb67e9af3097d62.tar.gz | |
Remove trailing whitespace.
Diffstat (limited to 'Doc/reference/lexical_analysis.rst')
| -rw-r--r-- | Doc/reference/lexical_analysis.rst | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/reference/lexical_analysis.rst b/Doc/reference/lexical_analysis.rst index 83d3b8ba2d..826e6928b6 100644 --- a/Doc/reference/lexical_analysis.rst +++ b/Doc/reference/lexical_analysis.rst @@ -608,7 +608,7 @@ Some examples of integer literals::     7     2147483647                        0o177    0b100110111     3     79228162514264337593543950336     0o377    0x100000000 -         79228162514264337593543950336              0xdeadbeef						     +         79228162514264337593543950336              0xdeadbeef						  .. _floating: @@ -654,7 +654,7 @@ restrictions on their range.  To create a complex number with a nonzero real  part, add a floating point number to it, e.g., ``(3+4j)``.  Some examples of  imaginary literals:: -   3.14j   10.j    10j     .001j   1e100j  3.14e-10j  +   3.14j   10.j    10j     .001j   1e100j  3.14e-10j  .. _operators:  | 
