8000 Get the doc to build. · python/cpython@1d2aef5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1d2aef5

Browse files
committed
Get the doc to build.
1 parent 905ec32 commit 1d2aef5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/stdtypes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ Complex numbers have a real and imaginary part, which are each implemented using
233233
pair: complex number; literals
234234
pair: hexadecimal; literals
235235
pair: octal; literals
236-
pair: binary: literals
236+
pair: binary; literals
237237

238238
Numbers are created by numeric literals or as the result of built-in functions
239239
and operators. Unadorned integer literals (including hex, octal and binary
@@ -263,7 +263,7 @@ numeric operations have a higher priority than comparison operations):
263263

264264
+---------------------+---------------------------------+-------+--------------------+
265265
| Operation | Result | Notes | Full documentation |
266-
+==================== +=================================+=======+====================|
266+
+=====================+=================================+=======+====================+
267267
| ``x + y`` | sum of *x* and *y* | | |
268268
+---------------------+---------------------------------+-------+--------------------+
269269
| ``x - y`` | difference of *x* and *y* | | |

0 commit comments

Comments
 (0)
0