Skip to content

Commit 7a8fa7f

Browse files
committed
Remove the :mod: role from "Sphinx" in how-does-it-work.md
1 parent a52d6bb commit 7a8fa7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/how-does-it-work.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Getting this working is achieved by:
115115

116116
For most users, this should mean that it works transparently.
117117
However, the docstring for the wrapped function is inaccessible.
118-
If you need it for your documentation, you can use the bundled {mod}`Sphinx` extension.
118+
If you need it for your documentation, you can use the bundled Sphinx extension.
119119
Add `"attrs.sphinx_cached_property"` to the `extensions` list in your Sphinx `conf.py`.
120120

121121
:::{note}

0 commit comments

Comments
 (0)