Skip to content

Commit f752c5f

Browse files
committed
expect -> expected
1 parent dc6efe1 commit f752c5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/manage/list_command.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ def execute(cmd):
253253
except LookupError:
254254
formatters = FORMATTERS.keys() - {"legacy", "legacy-paths"}
255255
expect = ", ".join(sorted(formatters))
256-
raise ArgumentError(f"'{cmd.format}' is not a valid format; expect one of: {expect}") from None
256+
raise ArgumentError(f"'{cmd.format}' is not a valid format; expected one of: {expect}") from None
257257

258258
from .tagutils import tag_or_range, install_matches_any
259259
tags = []

0 commit comments

Comments
 (0)