Skip to content

Commit ac11fb8

Browse files
author
Matthias Koeppe
committed
src/sage_docbuild/ext/sage_autodoc.py: Fix docstring for 'tox -e rst'
1 parent acbe15d commit ac11fb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage_docbuild/ext/sage_autodoc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def identity(x: Any) -> Any:
113113

114114

115115
class _All:
116-
"""A special value for :*-members: that matches to any member."""
116+
"""A special value for ``:*-members:`` that matches to any member."""
117117

118118
def __contains__(self, item: Any) -> bool:
119119
return True

0 commit comments

Comments
 (0)