Skip to content

Commit 63cf6ee

Browse files
Docstring update
Co-authored-by: Nuno Faria <nunofpfaria@gmail.com>
1 parent d390b9d commit 63cf6ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/datafusion/functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3522,7 +3522,7 @@ def map_entries(map: Expr) -> Expr:
35223522

35233523

35243524
def element_at(map: Expr, key: Expr) -> Expr:
3525-
"""Return the value for a given key in the map.
3525+
"""Returns the value for a given key in the map.
35263526
35273527
Returns ``[None]`` if the key is absent.
35283528

0 commit comments

Comments
 (0)