Kaydet (Commit) 8906f14a authored tarafından Ethan Furman's avatar Ethan Furman

issue22780: update NotImplemented description

üst b8fa2891
......@@ -26,9 +26,9 @@ A small number of constants live in the built-in namespace. They are:
.. data:: NotImplemented
Special value which can be returned by the "rich comparison" special methods
(:meth:`__eq__`, :meth:`__lt__`, and friends), to indicate that the comparison
is not implemented with respect to the other type.
Special value which should be returned by the special methods
(:meth:`__eq__`, :meth:`__lt__`, :meth:`__add__`, etc.) to indicate
that the operation is not implemented with respect to the other type.
.. data:: Ellipsis
......
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