Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
This typo fix should also trigger pot generation.

Signed-off-by: Carmen Bianca BAKKER <[email protected]>
  • Loading branch information
carmenbianca committed Oct 10, 2024
1 parent 419abc6 commit a87cdcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reuse/cli/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a87cdcc

Please sign in to comment.