We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd9c070 commit bdd3362Copy full SHA for bdd3362
1 file changed
docs/_scripts/macros.py
@@ -35,7 +35,7 @@ def _get_docstring(symbol: str) -> str:
35
return docstring.value
36
37
# The decorator makes the function untyped
38
- @env.macro # type: ignore[misc]
+ @env.macro # type: ignore[untyped-decorator]
39
def docstring_summary(symbol: str) -> str:
40
"""Get the summary of a Python symbol.
41
0 commit comments