Review files, pick off a typo

This commit is contained in:
Chad Whitacre 2021-03-15 06:15:47 -04:00
parent 0056809a55
commit 6752e68d40
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ def capability_generator(kind):
if kind not in KNOWN_CAPABILITIES:
raise ValueError(
"Unknown capability kind '{} (valid are {})'".format(
"Unknown capability kind '{}' (valid are {})".format(
kind.decode('ascii'),
", ".join([x.decode('ascii') for x in KNOWN_CAPABILITIES]),
)