From 55a5ef2d6db2f25708aa8d10f3bcf2f183ab3987 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Fri, 25 May 2007 13:07:25 +0000 Subject: [PATCH] the base parameter was documented twice git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14616 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/CMFCategory/Renderer.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/product/CMFCategory/Renderer.py b/product/CMFCategory/Renderer.py index eeb7578364..86098107d5 100644 --- a/product/CMFCategory/Renderer.py +++ b/product/CMFCategory/Renderer.py @@ -82,12 +82,6 @@ class Renderer(Filter): - *base_category*: the base category to consider (if None, default is used) API - - *base*: if set to 0, do not include the base category. If set to 1, - include the base category. If set to a string, use the string as base. - - (implementation trick: if set to string, use that string as the base string - when recursing) IMPLEMENTATION HACK - - *base*: if set to 0, do not include the base category. If set to 1, include the base category. If set to a string, use the string as base. This is useful for creationg multiple base categories sharing the same categories. -- 2.30.9