We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e5e39e commit 1aaea6bCopy full SHA for 1aaea6b
pyproject.toml
@@ -81,7 +81,7 @@ docs = [
81
"sphinxcontrib-websupport",
82
]
83
lint = [
84
- "ruff==0.8.3",
+ "ruff==0.8.4",
85
"mypy==1.13.0",
86
"sphinx-lint>=0.9",
87
"types-colorama==0.4.15.20240311",
sphinx/util/nodes.py
@@ -110,7 +110,7 @@ def get_full_module_name(node: Node) -> str:
110
111
def repr_domxml(node: Node, length: int = 80) -> str:
112
"""
113
- return DOM XML representation of the specified node like:
+ Return DOM XML representation of the specified node like:
114
'<paragraph translatable="False"><inline classes="versionadded">Added in version...'
115
116
:param nodes.Node node: target node
0 commit comments