[Checkins] SVN: z3c.form/trunk/ fix rst errors and warnings.

Christophe Combelles ccomb at free.fr
Tue Dec 11 21:05:18 EST 2007


Log message for revision 82262:
  fix rst errors and warnings.
  Question: is it still worth escaping the long description for pypi? (see rev77077)
  
  

Changed:
  U   z3c.form/trunk/CHANGES.txt
  U   z3c.form/trunk/LICENSE.txt
  U   z3c.form/trunk/src/z3c/form/datamanager.txt
  U   z3c.form/trunk/src/z3c/form/validator.txt

-=-
Modified: z3c.form/trunk/CHANGES.txt
===================================================================
--- z3c.form/trunk/CHANGES.txt	2007-12-12 00:15:02 UTC (rev 82261)
+++ z3c.form/trunk/CHANGES.txt	2007-12-12 02:05:17 UTC (rev 82262)
@@ -233,7 +233,7 @@
 
   * Added helper for handling ``FileUpload`` widgets:
 
-    + ``extractContentType(form, id)
+    + ``extractContentType(form, id)``
 
       Extracts the content type if ``IBytes``/``IFileWidget`` was used.
 

Modified: z3c.form/trunk/LICENSE.txt
===================================================================
--- z3c.form/trunk/LICENSE.txt	2007-12-12 00:15:02 UTC (rev 82261)
+++ z3c.form/trunk/LICENSE.txt	2007-12-12 02:05:17 UTC (rev 82262)
@@ -38,7 +38,7 @@
 
 Disclaimer
 
-  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS''
+  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS``
   AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT
   NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
   AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN

Modified: z3c.form/trunk/src/z3c/form/datamanager.txt
===================================================================
--- z3c.form/trunk/src/z3c/form/datamanager.txt	2007-12-12 00:15:02 UTC (rev 82261)
+++ z3c.form/trunk/src/z3c/form/datamanager.txt	2007-12-12 02:05:17 UTC (rev 82262)
@@ -229,7 +229,7 @@
   TypeError: Can't set values on read-only fields
              (name=name, class=__builtin__.Person)
 
-Finally, we instantiate the data manager with a `zope.schema'
+Finally, we instantiate the data manager with a ``zope.schema``
 field. And we can access the different methods like before.
 
   >>> nameDm = datamanager.AttributeField(

Modified: z3c.form/trunk/src/z3c/form/validator.txt
===================================================================
--- z3c.form/trunk/src/z3c/form/validator.txt	2007-12-12 00:15:02 UTC (rev 82261)
+++ z3c.form/trunk/src/z3c/form/validator.txt	2007-12-12 02:05:17 UTC (rev 82262)
@@ -55,7 +55,7 @@
 
   [1].. This is optional, since widgets must not necessarily have fields.
   [2].. This is optional, since widget managers must not necessarily have
-        manage field widgets and thus know about schemas.
+  manage field widgets and thus know about schemas.
 
 * Provide good defaults that behave sensibly.
 



More information about the Checkins mailing list