summaryrefslogtreecommitdiff
path: root/babel/plural.py
diff options
context:
space:
mode:
authorArmin Ronacher <armin.ronacher@active-4.com>2013-07-05 12:57:23 +0200
committerArmin Ronacher <armin.ronacher@active-4.com>2013-07-05 12:57:23 +0200
commit0df402d103c7800c1f45c8dbd3f8566576f115bf (patch)
tree594fd41e47a3389353f09576fd865b2016a059d9 /babel/plural.py
parent03630e64c012e2e7d4c0e8f1c2196208334f3fb9 (diff)
downloadbabel-0df402d103c7800c1f45c8dbd3f8566576f115bf.tar.gz
Removed __docformat__ markers
Diffstat (limited to 'babel/plural.py')
-rw-r--r--babel/plural.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/babel/plural.py b/babel/plural.py
index e298219..ba1fe52 100644
--- a/babel/plural.py
+++ b/babel/plural.py
@@ -17,7 +17,7 @@ import re
__all__ = ['PluralRule', 'RuleError', 'to_gettext', 'to_javascript',
'to_python']
-__docformat__ = 'restructuredtext en'
+
_plural_tags = ('zero', 'one', 'two', 'few', 'many', 'other')