Commit 5140e978 authored by scoder's avatar scoder Committed by GitHub

Merge pull request #2401 from gabrieldemarmiesse/header_table_missing

Added missing header for a table in the docs.
parents c1aa6715 c034412f
......@@ -243,6 +243,8 @@ like :meth:`__eq__` or the single special method :meth:`__richcmp__`.
Depending on the application, one way or the other may be better.
+-----------------------+---------------------------------------+-------------+--------------------------------------------------------+
| Name | Parameters | Return type | Description |
+=======================+=======================================+=============+========================================================+
| __eq__ |self, y | object | self == y |
+-----------------------+---------------------------------------+-------------+--------------------------------------------------------+
| __ne__ |self, y | object | self != y (falls back to ``__eq__`` if not available) |
......
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