From 1920d72a1f7b9844323d06e8094818347f413df6 Mon Sep 17 00:00:00 2001 From: Jeff Zhang Date: Mon, 21 Dec 2015 08:53:46 -0800 Subject: [PYSPARK] Pyspark typo & Add missing abstractmethod annotation No jira is created since this is a trivial change. davies Please help review it Author: Jeff Zhang Closes #10143 from zjffdu/pyspark_typo. --- python/pyspark/ml/pipeline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/pyspark/ml/pipeline.py') diff --git a/python/pyspark/ml/pipeline.py b/python/pyspark/ml/pipeline.py index 4475451edb..9f5f6ac8fa 100644 --- a/python/pyspark/ml/pipeline.py +++ b/python/pyspark/ml/pipeline.py @@ -86,7 +86,7 @@ class Transformer(Params): @abstractmethod def _transform(self, dataset): """ - Transforms the input dataset with optional parameters. + Transforms the input dataset. :param dataset: input dataset, which is an instance of :py:class:`pyspark.sql.DataFrame` -- cgit v1.2.3