Skip to content

Commit

Permalink
docs: fix simple typo, tranlations -> translations
Browse files Browse the repository at this point in the history
There is a small typo in flask_babel/__init__.py.

Should read `translations` rather than `tranlations`.

Signed-off-by: Tim Gates <tim.gates@iress.com>
  • Loading branch information
timgates42 committed Sep 10, 2022
1 parent 38d5c3d commit 05a6117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flask_babel/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ def format_scientific(number, format=None):


class Domain(object):
"""Localization domain. By default will use look for tranlations in Flask
"""Localization domain. By default will use look for translations in Flask
application directory and "messages" domain - all message catalogs should
be called ``messages.mo``.
"""
Expand Down

0 comments on commit 05a6117

Please sign in to comment.