Skip to content

Commit 9aa9985

Browse files
committed
Fix ruff errors
1 parent 93c81fa commit 9aa9985

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/datafusion/dataframe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -773,7 +773,7 @@ def join_on(
773773
"""Join two :py:class:`DataFrame` using the specified expressions.
774774
775775
Join predicates must be :class:`~datafusion.expr.Expr` objects, typically
776-
built with :func:`datafusion.col`. On expressions are used to support
776+
built with :func:`datafusion.col`. On expressions are used to support
777777
in-equality predicates. Equality predicates are correctly optimized.
778778
779779
Example::

0 commit comments

Comments
 (0)