diff --git a/src/attr/setters.py b/src/attr/setters.py index 12ed6750..3922adbd 100644 --- a/src/attr/setters.py +++ b/src/attr/setters.py @@ -69,5 +69,6 @@ def convert(instance, attrib, new_value): # Sentinel for disabling class-wide *on_setattr* hooks for certain attributes. -# autodata stopped working, so the docstring is inlined in the API docs. +# Sphinx's autodata stopped working, so the docstring is inlined in the API +# docs. NO_OP = object()