Skip to content

Commit

Permalink
Got rid of old code
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilya Ganelin committed Jun 14, 2015
1 parent e3c7a88 commit f497e9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyspark/sql/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""
Expand Down

0 comments on commit f497e9e

Please sign in to comment.