[Zope3-checkins] CVS: Zope3/src/zope/i18n - messageid.py:1.2

Jim Fulton jim@zope.com
Thu, 3 Apr 2003 12:25:15 -0500


Update of /cvs-repository/Zope3/src/zope/i18n
In directory cvs.zope.org:/tmp/cvs-serv4153

Modified Files:
	messageid.py 
Log Message:
Reformated a doc string to fit in 80 chars.


=== Zope3/src/zope/i18n/messageid.py 1.1 => 1.2 ===
--- Zope3/src/zope/i18n/messageid.py:1.1	Mon Mar 24 19:23:05 2003
+++ Zope3/src/zope/i18n/messageid.py	Thu Apr  3 12:25:15 2003
@@ -20,8 +20,10 @@
 class MessageID(unicode):
     """Message ID.
 
-    This is a string used as a message ID. It has a domain attribute that is its source
-    domain, and a default attribute that is its default text to display when there is no translation.
+    This is a string used as a message ID. It has a domain attribute
+    that is its source domain, and a default attribute that is its
+    default text to display when there is no translation.
+    
     """
 
     __slots__ = ('domain', 'default')