Revision: 4242
Author: spielmann.robert
Date: Thu Oct 14 03:45:56 2010
Log: Fixed documentation error
http://code.google.com/p/robotframework/source/detail?r=4242
Modified:
/trunk/src/robot/libraries/String.py
=======================================
--- /trunk/src/robot/libraries/String.py Mon May 31 05:21:54 2010
+++ /trunk/src/robot/libraries/String.py Thu Oct 14 03:45:56 2010
@@ -240,7 +240,7 @@
| ${pre} | ${post} = | Split String | ${string} | :: | 1 |
See `Split String From Right` if you want to start splitting
- from right, and `Fetch From Right` and `Fetch From Right` if
+ from right, and `Fetch From Left` and `Fetch From Right` if
you only want to get first/last part of the string.
"""
if separator == '':