Skip to content

Commit c17bf3c

Browse files
committed
Fix sphinx warnings
1 parent 66ed6d5 commit c17bf3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/resources/SmartPlugins.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ keys, either in the *config.ini* file or in the dictionary passed as Client argu
170170
The ``include`` and ``exclude`` value is a **list of strings**. Each string containing the path of the module relative
171171
to the plugins root folder, in Python notation (dots instead of slashes).
172172

173-
E.g.: ``subfolder.module`` refers to ``plugins/subfolder/module.py``, with ``root="plugins"`.
173+
E.g.: ``subfolder.module`` refers to ``plugins/subfolder/module.py``, with ``root="plugins"``.
174174

175175
You can also choose the order in which the single handlers inside a module are loaded, thus overriding the default
176176
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

Comments
 (0)