Skip to content

Commit

Permalink
small change of error message
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe-sherman committed Sep 25, 2024
1 parent c6bdd65 commit 7ede067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion babel/messages/pofile.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ def _finish_current_message(self) -> None:
if self.messages:
if not len(self.translations):
self.translations.append([0, _NormalizedString("")])
self._invalid_pofile("", self.offset, "invalid PO file provided")
self._invalid_pofile("", self.offset, "invalid po file provided")
self._add_message()

def _process_message_line(self, lineno, line, obsolete=False) -> None:
Expand Down

0 comments on commit 7ede067

Please sign in to comment.