summaryrefslogtreecommitdiffstats
path: root/src/debputy/plugin/api/impl_types.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/debputy/plugin/api/impl_types.py')
-rw-r--r--src/debputy/plugin/api/impl_types.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debputy/plugin/api/impl_types.py b/src/debputy/plugin/api/impl_types.py
index 5aca980..9075ac6 100644
--- a/src/debputy/plugin/api/impl_types.py
+++ b/src/debputy/plugin/api/impl_types.py
@@ -420,7 +420,7 @@ class DispatchingParserBase(Generic[TP]):
def _add_parser(
self,
- keyword: Union[str, List[str]],
+ keyword: Union[str, Iterable[str]],
ppp: "PluginProvidedParser[PF, TP]",
) -> None:
ks = [keyword] if isinstance(keyword, str) else keyword