(3.4) Issue22780: reword NotImplemented docs to emphasise should

This commit is contained in:
Ethan Furman 2014-11-26 21:15:35 -08:00
parent e823933f9f
commit b004943e9b
3 changed files with 26 additions and 4 deletions

View file

@ -110,6 +110,8 @@ those. You can add ``MyFoo`` between :class:`Complex` and
MyFoo.register(Real)
.. _implementing-the-arithmetic-operations:
Implementing the arithmetic operations
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~