Skip to content

Commit d812e92

Browse files
committed
Explain what autodata
1 parent 9e803dd commit d812e92

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/attr/setters.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,6 @@ def convert(instance, attrib, new_value):
6969

7070

7171
# Sentinel for disabling class-wide *on_setattr* hooks for certain attributes.
72-
# autodata stopped working, so the docstring is inlined in the API docs.
72+
# Sphinx's autodata stopped working, so the docstring is inlined in the API
73+
# docs.
7374
NO_OP = object()

0 commit comments

Comments
 (0)