8000 Minor format change · chenkovsky/datafusion-python@52d7269 · GitHub
[go: up one dir, main page]

Skip to content

Commit 52d7269

Browse files
committed
Minor format change
1 parent a531128 commit 52d7269

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
@@ -713,8 +713,8 @@ def log10(self) -> Expr:
713713
def initcap(self) -> Expr:
714714
"""Set the initial letter of each word to capital.
715715
716-
Converts the first letter of each word in ``string`` to uppercase and the remaining
717-
characters to lowercase.
716+
Converts the first letter of each word in ``string`` to uppercase and the
717+
remaining characters to lowercase.
718718
719719
return F.initcap(self)
720720

0 commit comments

Comments
 (0)
0