summaryrefslogtreecommitdiffstats
path: root/doc/libpythonize.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/libpythonize.html')
-rw-r--r--doc/libpythonize.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/libpythonize.html b/doc/libpythonize.html
index 84a3e22..0aae9a2 100644
--- a/doc/libpythonize.html
+++ b/doc/libpythonize.html
@@ -32,7 +32,7 @@ The method descriptions here apply to both C and C++ versions unless noted.
</p>
<p>
Although libpythonize is used with (and installed with) PyKDE, it has no dependencies itself on
-PyKDE/KDE, PyTQt/TQt or sip. It does retquire qmake from TrollTech (part of TQt) to build.
+PyKDE/KDE, PyTQt/TQt or sip. It does require qmake from TrollTech (part of TQt) to build.
</p>
<h2>Initialization and Finalization</h2>
@@ -153,7 +153,7 @@ Runs an arbitrary script in the interpreter and returns Python's result.
<hr>
<h3>bool runString (char *str);</h3>
<p>
-Runs an arbitrary string in the interpreter (indentation retquired for mulit-line
+Runs an arbitrary string in the interpreter (indentation required for mulit-line
strings) and returns Python's result.
</p>
<hr>
@@ -186,7 +186,7 @@ not affect the global interpreter lock.
<hr>
<h2>Using libpythonize in an application</h2>
<p>
-Include the pythonize.h header file (retquires Python.h) and link to libpythonize.so - that's pretty much it. There are unit tests
+Include the pythonize.h header file (requires Python.h) and link to libpythonize.so - that's pretty much it. There are unit tests
in both C and C++ in the pythonize/tests/ subdirectory. An example of libpythonize usage is in pykpanelapplet.cpp in the
PyKDE distribution (pykpanelapplet/ directory).
</p>
@@ -197,7 +197,7 @@ At present only the C++/C wrapper versions are available, and they're distribute
<p>
The build process for libpythonize uses TrollTech's qmake (available as part of TQt), but is simple enough
to be included in most make files. See the pythonize.pro file for more information - most of the additional
-libs retquired are retquired by libpython, and may vary by platform.
+libs required are required by libpython, and may vary by platform.
</p>
<p>
You can contact me at this address: <a href="mailto:jbublitz@nwinternet.com">Jim Bublitz &lt;jbublitz@nwinternet.com&gt;</a>