From 382b8b0a50eb225fe77b1f83d6152e91de6d9135 Mon Sep 17 00:00:00 2001 From: NachoCP Date: Thu, 17 Mar 2016 09:39:33 +0100 Subject: [PATCH] Update plugins.rst --- docs/plugins.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/plugins.rst b/docs/plugins.rst index 1c2b41c..6c13806 100644 --- a/docs/plugins.rst +++ b/docs/plugins.rst @@ -102,10 +102,10 @@ You can add these variables in the *.senpy with: {variable_name} : {variable_va 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. -Can I activate a DEBUGG mode for my plugin? +Can I activate a DEBUG mode for my plugin? ??????????????????????????????????????????? -You can activate the DEBUGG mode by the command-line tool using the option -d. +You can activate the DEBUG mode by the command-line tool using the option -d. .. code:: bash