File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -116,10 +116,10 @@ class Library2(object):
116116
117117It is possible to create plugin API to a library by using PythonLibCore.
118118This allows extending library with external Python classes. Plugins can
119- be imported during library import time, example by defining argumet in
119+ be imported during library import time, example by defining argument in
120120library [ \_\_ init\_\_ ] {.title-ref} which allows defining the plugins. It
121- is possible to define multiple plugins, by seperating plugins with with
122- comma. Also it is possible to provide arguments to plugin by seperating
121+ is possible to define multiple plugins, by separating plugins with with
122+ comma. Also it is possible to provide arguments to plugin by separating
123123arguments with semicolon.
124124
125125``` python
You can’t perform that action at this time.
0 commit comments