[Checkins] SVN: zc.form/trunk/src/zc/form/interfaces.py Added an apostrophe.

Marius Gedminas cvs-admin at zope.org
Tue Jun 20 06:40:37 EDT 2006


Log message for revision 68770:
  Added an apostrophe.
  
  

Changed:
  U   zc.form/trunk/src/zc/form/interfaces.py

-=-
Modified: zc.form/trunk/src/zc/form/interfaces.py
===================================================================
--- zc.form/trunk/src/zc/form/interfaces.py	2006-06-20 10:19:22 UTC (rev 68769)
+++ zc.form/trunk/src/zc/form/interfaces.py	2006-06-20 10:40:34 UTC (rev 68770)
@@ -112,7 +112,7 @@
         return pytz.timezone(token)
 
 class IHTMLSnippet(zope.schema.interfaces.IText):
-    """HTML excerpt that can be placed within an HTML documents body element.
+    """HTML excerpt that can be placed within an HTML document's body element.
     
     Snippet should have no dangling open tags.
     



More information about the Checkins mailing list