Skip to content

Commit d1555eb

Browse files
Update development-tools/clinic/howto.rst
Co-authored-by: Petr Viktorin <encukou@gmail.com>
1 parent 0a0545d commit d1555eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

development-tools/clinic/howto.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1463,7 +1463,7 @@ delete it.
14631463
As shown above, the generated setter rejects the deletion with an
14641464
:exc:`AttributeError` before calling the "impl" function.
14651465

1466-
If the attribute can be deleted, apply the ``@deleter`` directive to the
1466+
If the attribute can be deleted, add the ``@deleter`` directive after
14671467
``@setter``.
14681468
The "impl" function is then called with ``NULL`` and is responsible for
14691469
handling this case, as in this example taken from

0 commit comments

Comments
 (0)