Revision: 2403
Author: pekka.klarck
Date: Sun Nov 29 16:49:23 2009
Log: use `ctypes` consistently
http://code.google.com/p/robotframework/source/detail?r=2403

Modified:
 /wiki/HowToUseC.wiki

=======================================
--- /wiki/HowToUseC.wiki        Sun Nov 29 16:41:47 2009
+++ /wiki/HowToUseC.wiki        Sun Nov 29 16:49:23 2009
@@ -24,7 +24,7 @@

 To try out the example first run `make` in the directory that was
 created when you unzipped the package. This will create library
-`liblogin.so`, a shared library that is needed to use ctypes module.
+`liblogin.so`, a shared library that is needed to use `ctypes` module.
 The example tests can be executed using command `pybot LoginTests.tsv`.
 All the test should pass.

Reply via email to