Skip to content

Commit 10ec066

Browse files
committed
format
1 parent 3b88a11 commit 10ec066

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/datafusion/expr.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -686,8 +686,8 @@ def log10(self) -> Expr:
686686
def initcap(self) -> Expr:
687687
"""Set the initial letter of each word to capital.
688688
689-
Converts the first letter of each word in ``string`` to uppercase and the remaining
690-
characters to lowercase.
689+
Converts the first letter of each word in ``string``
690+
to uppercase and the remaining characters to lowercase.
691691
"""
692692
from . import functions as F
693693

0 commit comments

Comments
 (0)