From a08463b1d32348a81d0f148dfaf22741d5c23b1a Mon Sep 17 00:00:00 2001 From: Felix Cheung Date: Thu, 3 Nov 2016 22:27:35 -0700 Subject: [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 Closes #15747 from felixcheung/pySPARK-14393. --- R/pkg/R/functions.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'R') 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. #' -- cgit v1.2.3