From c915f5444e781339fee290f408b1685a4fe80fb5 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Fri, 16 Jul 2004 21:20:05 +0000 Subject: [PATCH] update to match changes made to resolve a conflict on the trunk --- browser/README.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/browser/README.txt b/browser/README.txt index 1011c77..e9aff63 100644 --- a/browser/README.txt +++ b/browser/README.txt @@ -45,8 +45,8 @@ argument. Rather than being called with the field and the request as arguments, choice widgets receive the field, vocabulary, and request as arguments. -Some `Choice` widgets may also need to provide a query interface, particularly -if the number of items in the vocabuary are too big to iterate. The vocabulary +Some `Choice` widgets may also need to provide a query interface, +particularly if the vocabulary is too big to iterate over. The vocabulary may provide a query which implements an interface appropriate for that vocabulary. You then can register a query view--a view registered for the query interface and the field interface--that implements