We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a531128 commit 52d7269Copy full SHA for 52d7269
python/datafusion/expr.py
@@ -713,8 +713,8 @@ def log10(self) -> Expr:
713
def initcap(self) -> Expr:
714
"""Set the initial letter of each word to capital.
715
716
- Converts the first letter of each word in ``string`` to uppercase and the remaining
717
- characters to lowercase.
+ Converts the first letter of each word in ``string`` to uppercase and the
+ remaining characters to lowercase.
718
"""
719
return F.initcap(self)
720
0 commit comments