From 07697625e8d52996c90c080d8d4e8ad1c03fb273 Mon Sep 17 00:00:00 2001 From: Julian Berman Date: Sun, 10 Jun 2012 13:46:12 -0400 Subject: Clarify the line about iter_errors. --- README.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'README.rst') 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 = { -- cgit v1.2.1