mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
Get the doc to build.
This commit is contained in:
parent
905ec32892
commit
1d2aef5ccf
1 changed files with 2 additions and 2 deletions
|
@ -233,7 +233,7 @@ Complex numbers have a real and imaginary part, which are each implemented using
|
||||||
pair: complex number; literals
|
pair: complex number; literals
|
||||||
pair: hexadecimal; literals
|
pair: hexadecimal; literals
|
||||||
pair: octal; literals
|
pair: octal; literals
|
||||||
pair: binary: literals
|
pair: binary; literals
|
||||||
|
|
||||||
Numbers are created by numeric literals or as the result of built-in functions
|
Numbers are created by numeric literals or as the result of built-in functions
|
||||||
and operators. Unadorned integer literals (including hex, octal and binary
|
and operators. Unadorned integer literals (including hex, octal and binary
|
||||||
|
@ -263,7 +263,7 @@ numeric operations have a higher priority than comparison operations):
|
||||||
|
|
||||||
+---------------------+---------------------------------+-------+--------------------+
|
+---------------------+---------------------------------+-------+--------------------+
|
||||||
| Operation | Result | Notes | Full documentation |
|
| Operation | Result | Notes | Full documentation |
|
||||||
+==================== +=================================+=======+====================|
|
+=====================+=================================+=======+====================+
|
||||||
| ``x + y`` | sum of *x* and *y* | | |
|
| ``x + y`` | sum of *x* and *y* | | |
|
||||||
+---------------------+---------------------------------+-------+--------------------+
|
+---------------------+---------------------------------+-------+--------------------+
|
||||||
| ``x - y`` | difference of *x* and *y* | | |
|
| ``x - y`` | difference of *x* and *y* | | |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue