From 226f0d6a40a01cbcc9c7baffde647159fb784e40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Fri, 15 May 2009 17:38:59 +0200 Subject: Small fix in doc --- doc/Howto_Write_Plugins | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/Howto_Write_Plugins b/doc/Howto_Write_Plugins index 109aa06..4fce64d 100644 --- a/doc/Howto_Write_Plugins +++ b/doc/Howto_Write_Plugins @@ -17,7 +17,7 @@ Add the end you only call ``register`` once for each class and are done :). Of course there are some things you should bare in mind: 1. Do not use the ``__init__`` method, but ``init``. - 2. Do not use a member which shadows one from the original class: + 2. Do not declare a member which shadows one from the original class: ``description``, ``author``, ``status``, ``menus``, ``name``, ``calls``, ``deps``, ``enabled``, ``add_widget``, ``create_widget``, ``add_call`` 3. Of course you can *use* the members mentioned under point 2. -- cgit v1.2.3