From d812e920ccf8d1ec6307c8c48cb394d22d65d683 Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Sun, 17 Mar 2024 09:06:01 +0100 Subject: [PATCH] Explain what autodata --- src/attr/setters.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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()