Skip to content

Commit 9c47711

Browse files
committed
Improve module docstring in sphinx_cached_property.py
1 parent 7a8fa7f commit 9c47711

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/attrs/sphinx_cached_property.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"""A Sphinx extension to document cached properties on slots classes
33
44
Add ``"attrs.sphinx_cached_property"`` to the ``extensions`` list in Sphinx's
5-
conf.py to use this.
5+
conf.py to use this. Otherwise, cached properties of ``@define(slots=True)``
6+
classes will be inaccessible.
67
78
"""
89

0 commit comments

Comments
 (0)