From 4037c37b2c46ba2cb75819a5222109d21241d161 Mon Sep 17 00:00:00 2001 From: helmutm Date: Tue, 21 Nov 2006 19:57:38 +0000 Subject: [PATCH] added index package for multikey dictionaries git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@1510 fd906abe-77d9-0310-91a1-e0d9ade77398 --- index/README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index/README.txt b/index/README.txt index 49e1607..bf7dc77 100644 --- a/index/README.txt +++ b/index/README.txt @@ -61,4 +61,4 @@ Index entries that are present in the stored dictionaries must always match: >>> registry[('edit.html', None, None, 'Custom')] = 'edit.html for Custom skin' - >>> registry.get(('edit.html', 'task', 'bugfixes')) + >>> registry.get(('edit.html', 'task', 'bugfixes', ''))