summaryrefslogtreecommitdiff
path: root/babel/plural.py
diff options
context:
space:
mode:
Diffstat (limited to 'babel/plural.py')
-rw-r--r--babel/plural.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/babel/plural.py b/babel/plural.py
index 9cb1d5c..980629d 100644
--- a/babel/plural.py
+++ b/babel/plural.py
@@ -186,9 +186,9 @@ def to_python(rule):
:raise RuleError: if the expression is malformed
"""
namespace = {
- 'IN': in_range_list,
- 'WITHIN': within_range_list,
- 'MOD': cldr_modulo,
+ 'IN': in_range_list,
+ 'WITHIN': within_range_list,
+ 'MOD': cldr_modulo,
'extract_operands': extract_operands,
}
to_python_func = _PythonCompiler().compile