Skip to content

Commit 344b06d

Browse files
author
Release Manager
committed
gh-37470: src/sage_docbuild/ext/sage_autodoc.py: Fix linter failure <!-- ^ Please provide a concise and informative title. --> <!-- ^ Don't put issue numbers in the title, do this in the PR description below. --> <!-- ^ For example, instead of "Fixes #12345" use "Introduce new method to calculate 1 + 2". --> <!-- v Describe your changes below in detail. --> <!-- v Why is this change required? What problem does it solve? --> <!-- v If this PR resolves an open issue, please link to it here. For example, "Fixes #12345". --> Fixes linter failure as seen in https://github.com/sagemath/sage/actions /runs/8038811469/job/21955149914?pr=37464#step:8:17 ### :memo: Checklist <!-- Put an `x` in all the boxes that apply. --> - [x] The title is concise and informative. - [x] The description explains in detail what this PR is about. - [ ] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation accordingly. ### :hourglass: Dependencies <!-- List all open PRs that this PR logically depends on. For example, --> <!-- - #12345: short description why this is a dependency --> <!-- - #34567: ... --> URL: #37470 Reported by: Matthias Köppe Reviewer(s): Kwankyu Lee
2 parents c1f3652 + ac11fb8 commit 344b06d

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)