Repository: spark
Updated Branches:
  refs/heads/branch-1.5 eb54c914a -> 4d54ba896


Doc typo: ltrim = trim from left end, not right

Author: pshearer <pshea...@massmutual.com>

Closes #10414 from pshearer/patch-1.

(cherry picked from commit fc6dbcc7038c2b030ef6a2dc8be5848499ccee1c)
Signed-off-by: Andrew Or <and...@databricks.com>


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/4d54ba89
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/4d54ba89
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/4d54ba89

Branch: refs/heads/branch-1.5
Commit: 4d54ba896345f60fc240fd03d89ec590f02bb06e
Parents: eb54c91
Author: pshearer <pshea...@massmutual.com>
Authored: Mon Dec 21 14:04:59 2015 -0800
Committer: Andrew Or <and...@databricks.com>
Committed: Mon Dec 21 14:05:19 2015 -0800

----------------------------------------------------------------------
 python/pyspark/sql/functions.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/4d54ba89/python/pyspark/sql/functions.py
----------------------------------------------------------------------
diff --git a/python/pyspark/sql/functions.py b/python/pyspark/sql/functions.py
index fa3bd3f..f6762d4 100644
--- a/python/pyspark/sql/functions.py
+++ b/python/pyspark/sql/functions.py
@@ -956,7 +956,7 @@ _string_functions = {
     'lower': 'Converts a string column to lower case.',
     'upper': 'Converts a string column to upper case.',
     'reverse': 'Reverses the string column and returns it as a new string 
column.',
-    'ltrim': 'Trim the spaces from right end for the specified string value.',
+    'ltrim': 'Trim the spaces from left end for the specified string value.',
     'rtrim': 'Trim the spaces from right end for the specified string value.',
     'trim': 'Trim the spaces from both ends for the specified string column.',
 }


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to