From e83a3975880609116ba21f5f3856af25733580a9 Mon Sep 17 00:00:00 2001 From: NachoCP Date: Thu, 17 Mar 2016 09:43:25 +0100 Subject: [PATCH] Update plugins.rst --- docs/plugins.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins.rst b/docs/plugins.rst index 6c13806..e2f35d1 100644 --- a/docs/plugins.rst +++ b/docs/plugins.rst @@ -100,7 +100,7 @@ Where can I set up variables for using them in my plugin? You can add these variables in the *.senpy with: {variable_name} : {variable_value}. -Once you have added your variables, the next step is to extract them in the plugin. The plugin's __init__ method has a parameter called `info` where you can extract the values of the variables. This info parameter has the structure of a python dictionary. +Once you have added your variables, the next step is to extract them into the plugin. The plugin's __init__ method has a parameter called `info` where you can extract the values of the variables. This info parameter has the structure of a python dictionary. Can I activate a DEBUG mode for my plugin? ???????????????????????????????????????????