Skip to content

Commit 1841b60

Browse files
committed
Lint.
1 parent f2007f1 commit 1841b60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/pyspark/sql/dataframe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ def columns(self):
447447

448448
def join(self, other, joinExprs=None, joinType=None):
449449
"""Joins with another :class:`DataFrame`, using the given join expression.
450-
450+
451451
The following performs a full outer join between ``df1`` and ``df2``.
452452
453453
:param other: Right side of the join

0 commit comments

Comments
 (0)