[Checkins] SVN: zope.configuration/branches/tseaver-test_cleanup/src/zope/configuration/xmlconfig.py Wrap long lines.

Tres Seaver cvs-admin at zope.org
Thu May 10 23:26:22 UTC 2012


Log message for revision 125828:
  Wrap long lines.

Changed:
  U   zope.configuration/branches/tseaver-test_cleanup/src/zope/configuration/xmlconfig.py

-=-
Modified: zope.configuration/branches/tseaver-test_cleanup/src/zope/configuration/xmlconfig.py
===================================================================
--- zope.configuration/branches/tseaver-test_cleanup/src/zope/configuration/xmlconfig.py	2012-05-10 23:26:13 UTC (rev 125827)
+++ zope.configuration/branches/tseaver-test_cleanup/src/zope/configuration/xmlconfig.py	2012-05-10 23:26:18 UTC (rev 125828)
@@ -325,8 +325,8 @@
 
     file = NativeStringLine(
         title=u("Configuration file name"),
-        description=u("The name of a configuration file to be included/excluded, "
-                      "relative to the directive containing the "
+        description=u("The name of a configuration file to be included/"
+                      "excluded, relative to the directive containing the "
                       "including configuration file."),
         required=False,
         )
@@ -336,8 +336,8 @@
         description=u("""
         The names of multiple configuration files to be included/excluded,
         expressed as a file-name pattern, relative to the directive
-        containing the including or excluding configuration file.  The pattern
-        can include:
+        containing the including or excluding configuration file.
+        The pattern can include:
 
         - ``*`` matches 0 or more characters
 
@@ -356,8 +356,8 @@
     package = GlobalObject(
         title=u("Include or exclude package"),
         description=u("""
-        Include or exclude the named file (or configure.zcml) from the directory
-        of this package.
+        Include or exclude the named file (or configure.zcml) from the
+        directory of this package.
         """),
         required=False,
         )



More information about the checkins mailing list