Skip to content

Commit 9c20341

Browse files
committed
minor change on format
1 parent 8b7fc5a commit 9c20341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/pyspark/sql/column.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ def __iter__(self):
270270

271271
@ignore_unicode_prefix
272272
@since(1.3)
273-
def substr(self, startPos, length = None):
273+
def substr(self, startPos, length=None):
274274
"""
275275
Return a :class:`Column` which is a substring of the column.
276276

0 commit comments

Comments
 (0)