Author: ianb
Date: 2008-03-25 21:23:15 -0600 (Tue, 25 Mar 2008)
New Revision: 3359

Modified:
   FormEncode/trunk/formencode/validators.py
Log:
Fixed docstring (testValueLists->testValueList), #1822417

Modified: FormEncode/trunk/formencode/validators.py
===================================================================
--- FormEncode/trunk/formencode/validators.py   2008-03-26 03:21:57 UTC (rev 
3358)
+++ FormEncode/trunk/formencode/validators.py   2008-03-26 03:23:15 UTC (rev 
3359)
@@ -574,7 +574,7 @@
     """
     Tests that the value is one of the members of a given list.
 
-    If ``testValueLists=True``, then if the input value is a list or
+    If ``testValueList=True``, then if the input value is a list or
     tuple, all the members of the sequence will be checked (i.e., the
     input must be a subset of the allowed values).
 


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
FormEncode-CVS mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/formencode-cvs

Reply via email to