Skip to content

Commit

Permalink
src/sage_docbuild/ext/sage_autodoc.py: Fix docstring for 'tox -e rst'
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Feb 25, 2024
1 parent acbe15d commit ac11fb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage_docbuild/ext/sage_autodoc.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def identity(x: Any) -> Any:


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

def __contains__(self, item: Any) -> bool:
return True
Expand Down

0 comments on commit ac11fb8

Please sign in to comment.