Skip to content

Commit

Permalink
Style
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilya Ganelin committed Jun 15, 2015
1 parent bab7823 commit e240040
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 @@ -371,7 +371,7 @@ def __init__(self, fields=None):
else:
self.fields = fields
assert all(isinstance(f, StructField) for f in fields),\
"fields should be a list of StructField"
"fields should be a list of StructField"

def add(self, name_or_struct_field, data_type=None, nullable=True, metadata=None):
"""
Expand Down

0 comments on commit e240040

Please sign in to comment.