|
From: <sub...@co...> - 2008-03-26 03:23:11
|
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).
|