We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e803dd commit d812e92Copy full SHA for d812e92
src/attr/setters.py
@@ -69,5 +69,6 @@ def convert(instance, attrib, new_value):
69
70
71
# Sentinel for disabling class-wide *on_setattr* hooks for certain attributes.
72
-# 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
73
+# docs.
74
NO_OP = object()
0 commit comments