From b1bbb37e620799184bd121423ef1b8198220bcad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Thu, 1 Feb 2007 14:53:22 +0000 Subject: [PATCH] update docstring git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12502 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/PropertySheet/DocumentPreference.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/product/ERP5/PropertySheet/DocumentPreference.py b/product/ERP5/PropertySheet/DocumentPreference.py index 87b871206a..1bda72ec7f 100644 --- a/product/ERP5/PropertySheet/DocumentPreference.py +++ b/product/ERP5/PropertySheet/DocumentPreference.py @@ -35,12 +35,12 @@ class DocumentPreference: { 'id' : 'preferred_ooodoc_server_address', 'description' : 'address of a server for converting docs (ip or domain)', 'type' : 'string', - 'preference' :1, + 'preference' : 1, 'mode' : '' }, { 'id' : 'preferred_ooodoc_server_port_number', - 'description' : 'port number of a server for converting docs (ip or domain)', + 'description' : 'port number of a server for converting docs', 'type' : 'int', - 'preference' :1, + 'preference' : 1, 'mode' : '' }, { 'id' : 'preferred_document_base_category', 'description' : 'list of categories to choose from while classifying', -- 2.30.9