diff babel/messages/catalog.py @ 63:a60ecd4a4954

Move `Translations` and `LazyProxy` to new `babel.support` module, which should contain any convenience code that is useful for applications using Babel/I18n, but not used by Babel itself. ''(Note that [61] was an accidential check in of part of this change)''
author cmlenz
date Fri, 08 Jun 2007 11:54:01 +0000
parents 068952b4d4c0
children d1a7425739d3
line wrap: on
line diff
--- a/babel/messages/catalog.py
+++ b/babel/messages/catalog.py
@@ -62,7 +62,7 @@
         >>> Message(('foo', 'bar')).pluralizable
         True
         
-        :rtype:  `bool`
+        :type:  `bool`
         """)
 
     def python_format(self):
@@ -78,7 +78,7 @@
         >>> Message(('foo %(name)s', 'foo %(name)s')).python_format
         True
         
-        :rtype:  `bool`
+        :type:  `bool`
         """)
 
 
Copyright (C) 2012-2017 Edgewall Software