From ae61ff4b1afe31b816ac66ebc2a4d851a3010d99 Mon Sep 17 00:00:00 2001 From: Anggun Triyani Date: Mon, 3 Aug 2026 19:00:16 +0700 Subject: [PATCH] docs: fix typo 'argumet' in README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a6cbdf3..4ca91ad 100644 --- a/README.md +++ b/README.md @@ -116,10 +116,10 @@ class Library2(object): It is possible to create plugin API to a library by using PythonLibCore. This allows extending library with external Python classes. Plugins can -be imported during library import time, example by defining argumet in +be imported during library import time, example by defining argument in library [\_\_init\_\_]{.title-ref} which allows defining the plugins. It -is possible to define multiple plugins, by seperating plugins with with -comma. Also it is possible to provide arguments to plugin by seperating +is possible to define multiple plugins, by separating plugins with with +comma. Also it is possible to provide arguments to plugin by separating arguments with semicolon. ``` python