summaryrefslogtreecommitdiff
path: root/docs/validate.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/validate.txt')
-rw-r--r--docs/validate.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/validate.txt b/docs/validate.txt
index a17a0fe..acdb263 100644
--- a/docs/validate.txt
+++ b/docs/validate.txt
@@ -1,7 +1,6 @@
===================================
Validation Schema with validate.py
===================================
-
--------------------------
Using the Validator class
--------------------------
@@ -665,7 +664,7 @@ We now use a list constructor for passing list values to keyword arguments
default=list("val", "val", "val")
-Added the ``_test`` test. {sm;:-)}
+Added the ``_test`` test.
Moved a function call outside a try...except block.