Skip to content

Commit

Permalink
mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner committed Apr 29, 2024
1 parent 73ffd8f commit 462e589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphinx/_cli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def _format_optional_arguments(
def _format_metavar(
nargs: int | str | None,
metavar: str | tuple[str, ...] | None,
choices: Collection[str] | None,
choices: Iterable[str] | None,
dest: str,
) -> str:
if metavar is None:
Expand Down

0 comments on commit 462e589

Please sign in to comment.