summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorJulian Berman <Julian+git@GrayVines.com>2012-06-10 13:46:12 -0400
committerJulian Berman <Julian+git@GrayVines.com>2012-06-10 13:46:12 -0400
commit07697625e8d52996c90c080d8d4e8ad1c03fb273 (patch)
treef38a81e8a655d46892452ceed5cc87ae35b4cd31 /README.rst
parent3916c23f70b36542434e55e6a93776586981daca (diff)
downloadjsonschema-07697625e8d52996c90c080d8d4e8ad1c03fb273.tar.gz
Clarify the line about iter_errors.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index e39bea9..a6fa856 100644
--- a/README.rst
+++ b/README.rst
@@ -37,8 +37,7 @@ Features
* ``$ref``, and ``extends`` that use ``$ref``\s
-* Validation that reports *all* errors, rather than short-circuiting on the
- first validation error (toggleable, off by default)::
+* Lazy validation that can iteratively report *all* validation errors.
>>> from jsonschema import Validator
>>> schema = {