We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6cad72 commit fa8c798Copy full SHA for fa8c798
1 file changed
stubs/Deprecated/deprecated/sphinx.pyi
@@ -17,7 +17,7 @@ class SphinxAdapter(ClassicAdapter):
17
reason: str = "",
18
version: str = "",
19
action: _Actions | None = None,
20
- category: type[Warning] = DeprecationWarning, # noqa: Y011
+ category: type[Warning] = DeprecationWarning, # noqa: Y011
21
extra_stacklevel: int = 0,
22
line_length: int = 70,
23
) -> None: ...
0 commit comments