From 5473d625c9ff94c3987574c2445bdac8363e3d9e Mon Sep 17 00:00:00 2001 From: helmutm Date: Wed, 19 Sep 2007 07:27:22 +0000 Subject: [PATCH] provide short-hand syntax for config with repeated entries for one section git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@2059 fd906abe-77d9-0310-91a1-e0d9ade77398 --- agent/README.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/agent/README.txt b/agent/README.txt index 0845610..9af7ab7 100644 --- a/agent/README.txt +++ b/agent/README.txt @@ -123,7 +123,8 @@ The simplified syntax ... crawl[1]( ... type='outlook', ... folder='inbox', - ...''') + ... ) + ... ''') >>> print config.ui.web.port 11080