From 7706137658d21fdbd998c4caf26f81677c4655a8 Mon Sep 17 00:00:00 2001 From: Michael Harbarth Date: Wed, 10 Jan 2024 17:40:17 +0100 Subject: [PATCH] fix: Typos --- capella2polarion/converters/converter_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/capella2polarion/converters/converter_config.py b/capella2polarion/converters/converter_config.py index c7692b23..abd37e58 100644 --- a/capella2polarion/converters/converter_config.py +++ b/capella2polarion/converters/converter_config.py @@ -147,7 +147,7 @@ def layers_and_types(self) -> cabc.Iterator[tuple[str, str]]: def config_matches(config: CapellaTypeConfig | None, **kwargs: t.Any) -> bool: - """Checks wether the given ``config`` matches the given ``kwargs``.""" + """Check whether the given ``config`` matches the given ``kwargs``.""" if config is None: return False