Skip to content

Commit 7c69c5a

Browse files
Update python/datafusion/functions.py
Co-authored-by: Nuno Faria <nunofpfaria@gmail.com>
1 parent dd7468a commit 7c69c5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/datafusion/functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ def digest(value: Expr, method: Expr) -> Expr:
438438

439439

440440
def contains(string: Expr, search_str: Expr) -> Expr:
441-
"""Return true if ``search_str`` is found within ``string`` (case-sensitive).
441+
"""Returns true if ``search_str`` is found within ``string`` (case-sensitive).
442442
443443
Examples:
444444
>>> ctx = dfn.SessionContext()

0 commit comments

Comments
 (0)