Revision: 2068
Author: laukpe
Date: Tue Jul 28 04:16:08 2009
Log: removed duplicate :code:
http://code.google.com/p/robotframework/source/detail?r=2068
Modified:
/trunk/doc/userguide/src/ExtendingRobotFramework/CreatingTestLibraries.txt
=======================================
---
/trunk/doc/userguide/src/ExtendingRobotFramework/CreatingTestLibraries.txt
Wed Apr 22 04:58:27 2009
+++
/trunk/doc/userguide/src/ExtendingRobotFramework/CreatingTestLibraries.txt
Tue Jul 28 04:16:08 2009
@@ -1387,7 +1387,7 @@
The only catch with using methods from :code:`BuiltIn` is that all
:code:`run_keyword` method variants must be handled specially. What
needs to be done is registering methods that use these methods to be *run
-keywords* themselves using :code: :code:`register_run_keyword` method
+keywords* themselves using :code:`register_run_keyword` method
in :code:`BuiltIn` module. This method's documentation explains why
this needs to be done and obviously also how to do it.