Skip to content

Commit

Permalink
Fix typo in error message (#2046)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwkaltz authored Aug 29, 2024
1 parent 0ba10cc commit 86fe195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyramid_oereb/core/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -2098,7 +2098,7 @@ def municipality_by_fosnr(fosnr):
if municipality.fosnr == fosnr:
return municipality
raise ConfigurationError(
'No municipalitiy with fosnr {} could be found in the configured municipalities ({}).'.format(
'No municipality with fosnr {} could be found in the configured municipalities ({}).'.format(
fosnr,
Config.municipalities
)
Expand Down

0 comments on commit 86fe195

Please sign in to comment.