From ac11fb8a831a0d2f16a50c42c0a058b517d423b5 Mon Sep 17 00:00:00 2001 From: Matthias Koeppe Date: Sun, 25 Feb 2024 13:05:08 -0800 Subject: [PATCH] src/sage_docbuild/ext/sage_autodoc.py: Fix docstring for 'tox -e rst' --- src/sage_docbuild/ext/sage_autodoc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sage_docbuild/ext/sage_autodoc.py b/src/sage_docbuild/ext/sage_autodoc.py index 346566a266a..4e9bcef39be 100644 --- a/src/sage_docbuild/ext/sage_autodoc.py +++ b/src/sage_docbuild/ext/sage_autodoc.py @@ -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