Commit d75160b7 authored by Stefan Behnel's avatar Stefan Behnel

Fix ReST formatting.

parent 67840ef3
...@@ -308,7 +308,7 @@ Arithmetic operators ...@@ -308,7 +308,7 @@ Arithmetic operators
https://docs.python.org/3/reference/datamodel.html#emulating-numeric-types https://docs.python.org/3/reference/datamodel.html#emulating-numeric-types
+-----------------------------+--------------------+-------------+-----------------------------------------------------+ +-----------------------------+--------------------+-------------+-----------------------------------------------------+
| Name | Parameters | Return type | Description | | Name | Parameters | Return type | Description |
+=============================+====================+=============+=====================================================+ +=============================+====================+=============+=====================================================+
| __add__, __radd__ | self, other | object | binary `+` operator | | __add__, __radd__ | self, other | object | binary `+` operator |
+-----------------------------+--------------------+-------------+-----------------------------------------------------+ +-----------------------------+--------------------+-------------+-----------------------------------------------------+
...@@ -334,7 +334,7 @@ https://docs.python.org/3/reference/datamodel.html#emulating-numeric-types ...@@ -334,7 +334,7 @@ https://docs.python.org/3/reference/datamodel.html#emulating-numeric-types
+-----------------------------+--------------------+-------------+-----------------------------------------------------+ +-----------------------------+--------------------+-------------+-----------------------------------------------------+
| __abs__ | self | object | absolute value | | __abs__ | self | object | absolute value |
+-----------------------------+--------------------+-------------+-----------------------------------------------------+ +-----------------------------+--------------------+-------------+-----------------------------------------------------+
| __nonzero__ | self | int | convert to boolean | | __nonzero__ | self | int | convert to boolean |
+-----------------------------+--------------------+-------------+-----------------------------------------------------+ +-----------------------------+--------------------+-------------+-----------------------------------------------------+
| __invert__ | self | object | `~` operator | | __invert__ | self | object | `~` operator |
+-----------------------------+--------------------+-------------+-----------------------------------------------------+ +-----------------------------+--------------------+-------------+-----------------------------------------------------+
......
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