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 3b88a11 commit 10ec066Copy full SHA for 10ec066
python/datafusion/expr.py
@@ -686,8 +686,8 @@ def log10(self) -> Expr:
686
def initcap(self) -> Expr:
687
"""Set the initial letter of each word to capital.
688
689
- Converts the first letter of each word in ``string`` to uppercase and the remaining
690
- characters to lowercase.
+ Converts the first letter of each word in ``string``
+ to uppercase and the remaining characters to lowercase.
691
"""
692
from . import functions as F
693
0 commit comments