From f497e9ec15a746f05044021373c1bbba12566a49 Mon Sep 17 00:00:00 2001 From: Ilya Ganelin Date: Sat, 13 Jun 2015 21:21:01 -0700 Subject: [PATCH] Got rid of old code --- python/pyspark/sql/types.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyspark/sql/types.py b/python/pyspark/sql/types.py index d373f94054fd2..73e6d7ff099b3 100644 --- a/python/pyspark/sql/types.py +++ b/python/pyspark/sql/types.py @@ -420,7 +420,7 @@ def add(self, name, data_type, nullable=True, metadata=None): >>> struct2 = StructType([StructField("f1", StringType(), True)]) >>> struct1 == struct2 False - + :param data_type: A StructField object to be added to the StructType :return: a new updated StructType """