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 bb1f813 commit 7119589Copy full SHA for 7119589
stubs/docutils/docutils/parsers/rst/directives/__init__.pyi
@@ -36,6 +36,6 @@ def positive_int(argument: str) -> int: ...
36
def positive_int_list(argument: str) -> list[int]: ...
37
def encoding(argument: str) -> str: ...
38
def choice(argument: str, values: Sequence[str]) -> str: ...
39
-def format_values(values: Sequence[str]) -> str: ...
+def format_values(values: Sequence[object]) -> str: ...
40
def value_or(values: Container[str], other: Callable[[str], str]) -> Callable[[str], str]: ...
41
def parser_name(argument: str | None) -> type[Parser] | None: ...
0 commit comments