There was an error while loading. Please reload this page.
1 parent 0a0545d commit d1555ebCopy full SHA for d1555eb
1 file changed
development-tools/clinic/howto.rst
@@ -1463,7 +1463,7 @@ delete it.
1463
As shown above, the generated setter rejects the deletion with an
1464
:exc:`AttributeError` before calling the "impl" function.
1465
1466
-If the attribute can be deleted, apply the ``@deleter`` directive to the
+If the attribute can be deleted, add the ``@deleter`` directive after
1467
``@setter``.
1468
The "impl" function is then called with ``NULL`` and is responsible for
1469
handling this case, as in this example taken from
0 commit comments