From a87cdcc9c498e00456cd5f0962060cd97b742c85 Mon Sep 17 00:00:00 2001 From: Carmen Bianca BAKKER Date: Thu, 10 Oct 2024 18:31:46 +0200 Subject: [PATCH] Fix typo This typo fix should also trigger pot generation. Signed-off-by: Carmen Bianca BAKKER --- src/reuse/cli/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reuse/cli/common.py b/src/reuse/cli/common.py index 0e185f27..1f943fba 100644 --- a/src/reuse/cli/common.py +++ b/src/reuse/cli/common.py @@ -106,7 +106,7 @@ def handle_parse_result( def spdx_identifier(text: str) -> Expression: - """factory for creating SPDX expressions.""" + """Factory for creating SPDX expressions.""" try: return _LICENSING.parse(text) except (ExpressionError, ParseError) as error: