1 parent 66ed6d5 commit c17bf3cCopy full SHA for c17bf3c
1 file changed
docs/source/resources/SmartPlugins.rst
@@ -170,7 +170,7 @@ keys, either in the *config.ini* file or in the dictionary passed as Client argu
170
The ``include`` and ``exclude`` value is a **list of strings**. Each string containing the path of the module relative
171
to the plugins root folder, in Python notation (dots instead of slashes).
172
173
- E.g.: ``subfolder.module`` refers to ``plugins/subfolder/module.py``, with ``root="plugins"`.
+ E.g.: ``subfolder.module`` refers to ``plugins/subfolder/module.py``, with ``root="plugins"``.
174
175
You can also choose the order in which the single handlers inside a module are loaded, thus overriding the default
176
top-to-bottom loading policy. You can do this by appending the name of the functions to the module path, each one
0 commit comments