summaryrefslogtreecommitdiff
path: root/docs/validate.txt
diff options
context:
space:
mode:
authorfuzzyman <devnull@localhost>2010-01-09 20:02:12 +0000
committerfuzzyman <devnull@localhost>2010-01-09 20:02:12 +0000
commita32a752be52598f3366cde60c49bae668e6a2e47 (patch)
tree021bba723d714bf5f1841c81cd995fa47afc397a /docs/validate.txt
parentc31d111fa9e6321a0d496258046906fc3c0a2b5d (diff)
downloadconfigobj-git-a32a752be52598f3366cde60c49bae668e6a2e47.tar.gz
Removing use of custom macros from documentation - so they can be built with standard docutils.
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.