aboutsummaryrefslogtreecommitdiff
path: root/R/pkg/R/functions.R
diff options
context:
space:
mode:
authorFelix Cheung <felixcheung_m@hotmail.com>2016-11-03 22:27:35 -0700
committerFelix Cheung <felixcheung@apache.org>2016-11-03 22:27:35 -0700
commita08463b1d32348a81d0f148dfaf22741d5c23b1a (patch)
tree033bca747dc95d4aa7b3e240209222fb07df73d1 /R/pkg/R/functions.R
parentaa412c55e31e61419d3de57ef4b13e50f9b38af0 (diff)
downloadspark-a08463b1d32348a81d0f148dfaf22741d5c23b1a.tar.gz
spark-a08463b1d32348a81d0f148dfaf22741d5c23b1a.tar.bz2
spark-a08463b1d32348a81d0f148dfaf22741d5c23b1a.zip
[SPARK-14393][SQL][DOC] update doc for python and R
## What changes were proposed in this pull request? minor doc update that should go to master & branch-2.1 ## How was this patch tested? manual Author: Felix Cheung <felixcheung_m@hotmail.com> Closes #15747 from felixcheung/pySPARK-14393.
Diffstat (limited to 'R/pkg/R/functions.R')
-rw-r--r--R/pkg/R/functions.R2
1 files changed, 1 insertions, 1 deletions
diff --git a/R/pkg/R/functions.R b/R/pkg/R/functions.R
index 4d94b4cd05..9a545f0647 100644
--- a/R/pkg/R/functions.R
+++ b/R/pkg/R/functions.R
@@ -1485,7 +1485,7 @@ setMethod("soundex",
#' Return the partition ID as a column
#'
-#' Return the partition ID of the Spark task as a SparkDataFrame column.
+#' Return the partition ID as a SparkDataFrame column.
#' Note that this is nondeterministic because it depends on data partitioning and
#' task scheduling.
#'