We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5f1bf15 + 482fcea commit 726af40Copy full SHA for 726af40
flask_babel/__init__.py
@@ -121,7 +121,7 @@ def localeselector(self, f):
121
time. If `None` is returned, the locale falls back to the one from
122
the configuration.
123
124
- This has to return the locale as string (eg: ``'de_AT'``, ''`en_US`'')
+ This has to return the locale as string (eg: ``'de_AT'``, ``'en_US'``)
125
"""
126
assert self.locale_selector_func is None, \
127
'a localeselector function is already registered'
0 commit comments