[Checkins] SVN: zope.app.schemacontent/trunk/src/zope/app/schemacontent/interfaces.py typo

Christophe Combelles ccomb at free.fr
Thu Dec 20 16:20:48 EST 2007


Log message for revision 82374:
  typo
  

Changed:
  U   zope.app.schemacontent/trunk/src/zope/app/schemacontent/interfaces.py

-=-
Modified: zope.app.schemacontent/trunk/src/zope/app/schemacontent/interfaces.py
===================================================================
--- zope.app.schemacontent/trunk/src/zope/app/schemacontent/interfaces.py	2007-12-20 15:20:46 UTC (rev 82373)
+++ zope.app.schemacontent/trunk/src/zope/app/schemacontent/interfaces.py	2007-12-20 21:20:47 UTC (rev 82374)
@@ -87,9 +87,9 @@
                       "instance. This has the advantage that an existing "
                       "Content Component's schema is set in stone and can "
                       "never change, even when a mutable schema evolves. If "
-                      "the value is False, then the Content Component's "
-                      "can change (which is desirable in some cases - i.e. "
-                      "during development.)"),
+                      "the value is False, then the Content Component's"
+                      "schema can change (which is desirable in some cases "
+		      "- i.e. during development.)"),
         default=True,
         required=True)
 



More information about the Checkins mailing list