Skip to content

Commit 1c3c035

Browse files
angguntrie3-lgtmaaltat
authored andcommitted
docs: fix typo 'argumet' in README.md
1 parent 8d111c6 commit 1c3c035

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,10 @@ class Library2(object):
116116

117117
It is possible to create plugin API to a library by using PythonLibCore.
118118
This 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
120120
library [\_\_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
123123
arguments with semicolon.
124124

125125
``` python

0 commit comments

Comments
 (0)