[Zope3-checkins] CVS: Zope3/src/zope/app/interfaces/security - __init__.py:1.4

Jeremy Hylton jeremy@zope.com
Tue, 31 Dec 2002 13:36:01 -0500


Update of /cvs-repository/Zope3/src/zope/app/interfaces/security
In directory cvs.zope.org:/tmp/cvs-serv20077/zope/app/interfaces/security

Modified Files:
	__init__.py 
Log Message:
Reflow paragraph.


=== Zope3/src/zope/app/interfaces/security/__init__.py 1.3 => 1.4 ===
--- Zope3/src/zope/app/interfaces/security/__init__.py:1.3	Fri Dec 27 15:16:33 2002
+++ Zope3/src/zope/app/interfaces/security/__init__.py	Tue Dec 31 13:36:00 2002
@@ -7,13 +7,13 @@
 class IPrincipal(Interface):
     """Provide information about principals.
 
-    It is likely that IPrincipal objects will have associated
-    views used to list principals in management
-    interfaces. For example, a system in which other meta-data are
-    provided for principals might extend IPrincipal and register a
-    view for the extended interface that displays the extended
-    information. We'll probably want to define a standard view
-    name (e.g.  'inline_summary') for this purpose.
+    It is likely that IPrincipal objects will have associated views
+    used to list principals in management interfaces. For example, a
+    system in which other meta-data are provided for principals might
+    extend IPrincipal and register a view for the extended interface
+    that displays the extended winformation. We'll probably want to
+    define a standard view name (e.g.  'inline_summary') for this
+    purpose.
     """
 
     def getId():