aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/python/libkvipython.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/python/libkvipython.cpp')
-rw-r--r--src/modules/python/libkvipython.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/python/libkvipython.cpp b/src/modules/python/libkvipython.cpp
index a90c0b071..f322cba00 100644
--- a/src/modules/python/libkvipython.cpp
+++ b/src/modules/python/libkvipython.cpp
@@ -127,7 +127,7 @@
[br]
In the example above, KVIrc creates an interpreter when [cmd]python.begin[/cmd]
is invoked and destroys it at [cmd]python.end[/cmd] parsing time.
- In fact, KVIrc can mantain multiple persistent interpreters that will
+ In fact, KVIrc can maintain multiple persistent interpreters that will
allow you to preserve your context across [cmd]python.begin[/cmd] invocations.[br]
[br]
You can invoke a specific Python context by passing it as parameter to the [cmd]python.begin[/cmd]
@@ -199,7 +199,7 @@
Sets KVIrc's local variable %x to <value>[br]
    [b]kvirc.setGlobal(<Y>,<value>)[/b][br]
Sets KVIrc's global variable %Y to <value>[br]
- The local variables referenced belong to the current KVS exection context
+ The local variables referenced belong to the current KVS execution context
while the global variables are visible everywhere.[br]
[example]
%pippo = test