We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd7468a commit 7c69c5aCopy full SHA for 7c69c5a
python/datafusion/functions.py
@@ -438,7 +438,7 @@ def digest(value: Expr, method: Expr) -> Expr:
438
439
440
def contains(string: Expr, search_str: Expr) -> Expr:
441
- """Return true if ``search_str`` is found within ``string`` (case-sensitive).
+ """Returns true if ``search_str`` is found within ``string`` (case-sensitive).
442
443
Examples:
444
>>> ctx = dfn.SessionContext()
0 commit comments